Html Css Color HEX #65EEFA Baby Blue

📋 copy color: '#65EEFA'

red 101 ◦ green 238 ◦ blue 250

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

Shades of Baby Blue #65EEFA

Tints of Baby Blue #65EEFA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.41%

 BLUE value IS 250 (98.05% from 255) = 42.44%

R = 17.15%
G = 40.41%
B = 42.44%

CMYK

 C value IS 0.60

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#65EEFA (or 0x65EEFA) is known color: Baby Blue. HEX triplet: 65, EE and FA. RGB value is (101,238,250). Sum of RGB (Red+Green+Blue) = 101+238+250=589 (78% of max value = 765). Red value is 101 (39.84% from 255 or 17.15% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #65EEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EEFA is #9A1105. Grayscale: #C6C6C6. Windows color (decimal): -10096902 or 16445029. OLE color: 16445029.

HSL color Cylindrical-coordinate representation of color #65EEFA: hue angle of 184.83º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65EEFA is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 238 250 -
CMYK 0.60 0.05 0 0.02
HSL 184.83º 0.94% 0.69% -
HSV(B) 184.83º 0.6% 0.98% -
XYZ 53.2 70.82 101.31 -
YUV 198.41 157.11 58.52 -
System Red Green Blue C M Y K H S L
Decimal 101 238 250 0.60 0.05 0 0.02 184.83 0.94 0.69
Hex 65 EE FA 3C 5 0 2 B9 5E 45
Octal 145 356 372 74 5 0 2 271 136 105
Binary 1100101 11101110 11111010 111100 101 0 10 10111001 1011110 1000101

Color Harmonies of #65EEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65EEFA

Black with #65EEFA

Text Example


Text Example

White with #65EEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,238,250); }

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

background-color css

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

 a { background-color: rgb(101,238,250); }

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

border-color css

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

 span { border-color: rgb(101,238,250); }

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