Html Css Color HEX #65ECF9 Baby Blue

📋 copy color: '#65ECF9'

red 101 ◦ green 236 ◦ blue 249

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

Shades of Baby Blue #65ECF9

Tints of Baby Blue #65ECF9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.27%

 BLUE value IS 249 (97.66% from 255) = 42.49%

R = 17.24%
G = 40.27%
B = 42.49%

CMYK

 C value IS 0.59

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#65ECF9 (or 0x65ECF9) is known color: Baby Blue. HEX triplet: 65, EC and F9. RGB value is (101,236,249). Sum of RGB (Red+Green+Blue) = 101+236+249=586 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.24% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #65ECF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65ECF9 is #9A1306. Grayscale: #C4C4C4. Windows color (decimal): -10097415 or 16378981. OLE color: 16378981.

HSL color Cylindrical-coordinate representation of color #65ECF9: hue angle of 185.27º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65ECF9 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 236 249 -
CMYK 0.59 0.05 0 0.02
HSL 185.27º 0.93% 0.69% -
HSV(B) 185.27º 0.59% 0.98% -
XYZ 52.46 69.6 100.29 -
YUV 197.12 157.27 59.44 -
System Red Green Blue C M Y K H S L
Decimal 101 236 249 0.59 0.05 0 0.02 185.27 0.93 0.69
Hex 65 EC F9 3B 5 0 2 B9 5C 45
Octal 145 354 371 73 5 0 2 271 134 105
Binary 1100101 11101100 11111001 111011 101 0 10 10111001 1011100 1000101

Color Harmonies of #65ECF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ECF9

Black with #65ECF9

Text Example


Text Example

White with #65ECF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,236,249); }

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

background-color css

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

 a { background-color: rgb(101,236,249); }

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

border-color css

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

 span { border-color: rgb(101,236,249); }

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