Html Css Color HEX #65FEEF Baby Blue

📋 copy color: '#65FEEF'

red 101 ◦ green 254 ◦ blue 239

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

Shades of Baby Blue #65FEEF

Tints of Baby Blue #65FEEF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.76%

 BLUE value IS 239 (93.75% from 255) = 40.24%

R = 17%
G = 42.76%
B = 40.24%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#65FEEF (or 0x65FEEF) is known color: Baby Blue. HEX triplet: 65, FE and EF. RGB value is (101,254,239). Sum of RGB (Red+Green+Blue) = 101+254+239=594 (78% of max value = 765). Red value is 101 (39.84% from 255 or 17.00% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #65FEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FEEF is #9A0110. Grayscale: #CECECE. Windows color (decimal): -10092817 or 15728229. OLE color: 15728229.

HSL color Cylindrical-coordinate representation of color #65FEEF: hue angle of 174.12º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FEEF is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 101 254 239 -
CMYK 0.60 0 0.06 0.00
HSL 174.12º 0.99% 0.7% -
HSV(B) 174.12º 0.6% 1% -
XYZ 56.39 79.88 94.11 -
YUV 206.54 146.31 52.72 -
System Red Green Blue C M Y K H S L
Decimal 101 254 239 0.60 0 0.06 0.00 174.12 0.99 0.7
Hex 65 FE EF 3C 0 6 0 AE 63 46
Octal 145 376 357 74 0 6 0 256 143 106
Binary 1100101 11111110 11101111 111100 0 110 0 10101110 1100011 1000110

Color Harmonies of #65FEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65FEEF

Black with #65FEEF

Text Example


Text Example

White with #65FEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,254,239); }

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

background-color css

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

 a { background-color: rgb(101,254,239); }

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

border-color css

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

 span { border-color: rgb(101,254,239); }

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