Html Css Color HEX #65FEFA Baby Blue

📋 copy color: '#65FEFA'

red 101 ◦ green 254 ◦ blue 250

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

Shades of Baby Blue #65FEFA

Tints of Baby Blue #65FEFA

RGB

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

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

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

R = 16.69%
G = 41.98%
B = 41.32%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#65FEFA (or 0x65FEFA) is known color: Baby Blue. HEX triplet: 65, FE and FA. RGB value is (101,254,250). Sum of RGB (Red+Green+Blue) = 101+254+250=605 (80% of max value = 765). Red value is 101 (39.84% from 255 or 16.69% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 254 - color contains mainly: green. Hex color #65FEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FEFA is #9A0105. Grayscale: #CFCFCF. Windows color (decimal): -10092806 or 16449125. OLE color: 16449125.

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

Color convert

RGB 101 254 250 -
CMYK 0.60 0 0.02 0.00
HSL 178.43º 0.99% 0.7% -
HSV(B) 178.43º 0.6% 1% -
XYZ 58.06 80.55 102.93 -
YUV 207.8 151.81 51.83 -
System Red Green Blue C M Y K H S L
Decimal 101 254 250 0.60 0 0.02 0.00 178.43 0.99 0.7
Hex 65 FE FA 3C 0 2 0 B2 63 46
Octal 145 376 372 74 0 2 0 262 143 106
Binary 1100101 11111110 11111010 111100 0 10 0 10110010 1100011 1000110

Color Harmonies of #65FEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65FEFA

Black with #65FEFA

Text Example


Text Example

White with #65FEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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