Html Css Color HEX #65FFF9 Baby Blue

📋 copy color: '#65FFF9'

red 101 ◦ green 255 ◦ blue 249

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

Shades of Baby Blue #65FFF9

Tints of Baby Blue #65FFF9

RGB

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

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

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

R = 16.69%
G = 42.15%
B = 41.16%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#65FFF9 (or 0x65FFF9) is known color: Baby Blue. HEX triplet: 65, FF and F9. RGB value is (101,255,249). Sum of RGB (Red+Green+Blue) = 101+255+249=605 (80% of max value = 765). Red value is 101 (39.84% from 255 or 16.69% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #65FFF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FFF9 is #9A0006. Grayscale: #D0D0D0. Windows color (decimal): -10092551 or 16383845. OLE color: 16383845.

HSL color Cylindrical-coordinate representation of color #65FFF9: hue angle of 177.66º 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 #65FFF9 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 101 255 249 -
CMYK 0.60 0 0.02 0
HSL 177.66º 1% 0.7% -
HSV(B) 177.66º 0.6% 1% -
XYZ 58.23 81.13 102.21 -
YUV 208.27 150.98 51.49 -
System Red Green Blue C M Y K H S L
Decimal 101 255 249 0.60 0 0.02 0 177.66 1 0.7
Hex 65 FF F9 3C 0 2 0 B2 64 46
Octal 145 377 371 74 0 2 0 262 144 106
Binary 1100101 11111111 11111001 111100 0 10 0 10110010 1100100 1000110

Color Harmonies of #65FFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65FFF9

Black with #65FFF9

Text Example


Text Example

White with #65FFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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