Html Css Color HEX #65EDF9 Baby Blue

📋 copy color: '#65EDF9'

red 101 ◦ green 237 ◦ blue 249

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

Shades of Baby Blue #65EDF9

Tints of Baby Blue #65EDF9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.37%

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

R = 17.21%
G = 40.37%
B = 42.42%

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

#65EDF9 (or 0x65EDF9) is known color: Baby Blue. HEX triplet: 65, ED and F9. RGB value is (101,237,249). Sum of RGB (Red+Green+Blue) = 101+237+249=587 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.21% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #65EDF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EDF9 is #9A1206. Grayscale: #C5C5C5. Windows color (decimal): -10097159 or 16379237. OLE color: 16379237.

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

Color convert

RGB 101 237 249 -
CMYK 0.59 0.05 0 0.02
HSL 184.86º 0.93% 0.69% -
HSV(B) 184.86º 0.59% 0.98% -
XYZ 52.75 70.17 100.39 -
YUV 197.7 156.94 59.02 -
System Red Green Blue C M Y K H S L
Decimal 101 237 249 0.59 0.05 0 0.02 184.86 0.93 0.69
Hex 65 ED F9 3B 5 0 2 B9 5C 45
Octal 145 355 371 73 5 0 2 271 134 105
Binary 1100101 11101101 11111001 111011 101 0 10 10111001 1011100 1000101

Color Harmonies of #65EDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65EDF9

Black with #65EDF9

Text Example


Text Example

White with #65EDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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