Html Css Color HEX #65ECF6 Baby Blue

📋 copy color: '#65ECF6'

red 101 ◦ green 236 ◦ blue 246

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

Shades of Baby Blue #65ECF6

Tints of Baby Blue #65ECF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.2%

R = 17.32%
G = 40.48%
B = 42.2%

CMYK

 C value IS 0.59

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#65ECF6 (or 0x65ECF6) is known color: Baby Blue. HEX triplet: 65, EC and F6. RGB value is (101,236,246). Sum of RGB (Red+Green+Blue) = 101+236+246=583 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.32% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 246 - color contains mainly: blue. Hex color #65ECF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65ECF6 is #9A1309. Grayscale: #C4C4C4. Windows color (decimal): -10097418 or 16182373. OLE color: 16182373.

HSL color Cylindrical-coordinate representation of color #65ECF6: hue angle of 184.14º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65ECF6 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 101 236 246 -
CMYK 0.59 0.04 0 0.04
HSL 184.14º 0.89% 0.68% -
HSV(B) 184.14º 0.59% 0.96% -
XYZ 52 69.41 97.85 -
YUV 196.78 155.77 59.69 -
System Red Green Blue C M Y K H S L
Decimal 101 236 246 0.59 0.04 0 0.04 184.14 0.89 0.68
Hex 65 EC F6 3B 4 0 4 B8 59 44
Octal 145 354 366 73 4 0 4 270 131 104
Binary 1100101 11101100 11110110 111011 100 0 100 10111000 1011001 1000100

Color Harmonies of #65ECF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ECF6

Black with #65ECF6

Text Example


Text Example

White with #65ECF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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