Html Css Color HEX #65F7E5 Baby Blue

📋 copy color: '#65F7E5'

red 101 ◦ green 247 ◦ blue 229

#65F7E5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #65F7E5

Tints of Baby Blue #65F7E5

RGB

 RED value IS 101 (39.84% from 255) = 17.5%

 GREEN value IS 247 (96.88% from 255) = 42.81%

 BLUE value IS 229 (89.84% from 255) = 39.69%

R = 17.5%
G = 42.81%
B = 39.69%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#65F7E5 (or 0x65F7E5) is known color: Baby Blue. HEX triplet: 65, F7 and E5. RGB value is (101,247,229). Sum of RGB (Red+Green+Blue) = 101+247+229=577 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.50% from 577); Green value is 247 (96.88% from 255 or 42.81% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 247 - color contains mainly: green. Hex color #65F7E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F7E5 is #9A081A. Grayscale: #C9C9C9. Windows color (decimal): -10094619 or 15071077. OLE color: 15071077.

HSL color Cylindrical-coordinate representation of color #65F7E5: hue angle of 172.6º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F7E5 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB 101 247 229 -
CMYK 0.59 0 0.07 0.03
HSL 172.6º 0.9% 0.68% -
HSV(B) 172.6º 0.59% 0.97% -
XYZ 52.77 74.95 85.81 -
YUV 201.29 143.63 56.46 -
System Red Green Blue C M Y K H S L
Decimal 101 247 229 0.59 0 0.07 0.03 172.6 0.9 0.68
Hex 65 F7 E5 3B 0 7 3 AD 5A 44
Octal 145 367 345 73 0 7 3 255 132 104
Binary 1100101 11110111 11100101 111011 0 111 11 10101101 1011010 1000100

Color Harmonies of #65F7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65F7E5

Black with #65F7E5

Text Example


Text Example

White with #65F7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65F7E5; }

 p { color: rgb(101,247,229); }

 H1.HeaderClassName
 {
   color: #65F7E5;
 }
 .AnyTagClassName
 {
   color: #65F7E5;
 }
</style>

background-color css

<style>
 a { background-color: #65F7E5; }

 a { background-color: rgb(101,247,229); }

 div.DivClassName
 {
   background-color: #65F7E5;
 }
 .BgClassName
 {
   background-color: #65F7E5;
 }
</style>

border-color css

<style>
 span { border-color: #65F7E5; }

 span { border-color: rgb(101,247,229); }

 td.TdClassName
 {
   border-color: #65F7E5;
 }
 .TagClassName
 {
   border-color: #65F7E5;
 }
</style>