Html Css Color HEX #65FFEF Baby Blue

📋 copy color: '#65FFEF'

red 101 ◦ green 255 ◦ blue 239

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

Shades of Baby Blue #65FFEF

Tints of Baby Blue #65FFEF

RGB

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

 GREEN value IS 255 (100% from 255) = 42.86%

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

R = 16.97%
G = 42.86%
B = 40.17%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#65FFEF (or 0x65FFEF) is known color: Baby Blue. HEX triplet: 65, FF and EF. RGB value is (101,255,239). Sum of RGB (Red+Green+Blue) = 101+255+239=595 (78% of max value = 765). Red value is 101 (39.84% from 255 or 16.97% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #65FFEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FFEF is #9A0010. Grayscale: #CFCFCF. Windows color (decimal): -10092561 or 15728485. OLE color: 15728485.

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

Color convert

RGB 101 255 239 -
CMYK 0.60 0 0.06 0
HSL 173.77º 1% 0.7% -
HSV(B) 173.77º 0.6% 1% -
XYZ 56.71 80.52 94.21 -
YUV 207.13 145.98 52.3 -
System Red Green Blue C M Y K H S L
Decimal 101 255 239 0.60 0 0.06 0 173.77 1 0.7
Hex 65 FF EF 3C 0 6 0 AE 64 46
Octal 145 377 357 74 0 6 0 256 144 106
Binary 1100101 11111111 11101111 111100 0 110 0 10101110 1100100 1000110

Color Harmonies of #65FFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65FFEF

Black with #65FFEF

Text Example


Text Example

White with #65FFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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