Html Css Color HEX #5FFEFA Baby Blue

📋 copy color: '#5FFEFA'

red 95 ◦ green 254 ◦ blue 250

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

Shades of Baby Blue #5FFEFA

Tints of Baby Blue #5FFEFA

RGB

 RED value IS 95 (37.5% from 255) = 15.86%

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

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

R = 15.86%
G = 42.4%
B = 41.74%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#5FFEFA (or 0x5FFEFA) is known color: Baby Blue. HEX triplet: 5F, FE and FA. RGB value is (95,254,250). Sum of RGB (Red+Green+Blue) = 95+254+250=599 (79% of max value = 765). Red value is 95 (37.5% from 255 or 15.86% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #5FFEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFEFA is #A00105. Grayscale: #CDCDCD. Windows color (decimal): -10486022 or 16449119. OLE color: 16449119.

HSL color Cylindrical-coordinate representation of color #5FFEFA: hue angle of 178.49º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFEFA is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB 95 254 250 -
CMYK 0.63 0 0.02 0.00
HSL 178.49º 0.99% 0.68% -
HSV(B) 178.49º 0.63% 1% -
XYZ 57.42 80.22 102.9 -
YUV 206 152.82 48.83 -
System Red Green Blue C M Y K H S L
Decimal 95 254 250 0.63 0 0.02 0.00 178.49 0.99 0.68
Hex 5F FE FA 3F 0 2 0 B2 63 44
Octal 137 376 372 77 0 2 0 262 143 104
Binary 1011111 11111110 11111010 111111 0 10 0 10110010 1100011 1000100

Color Harmonies of #5FFEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFEFA

Black with #5FFEFA

Text Example


Text Example

White with #5FFEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FFEFA; }

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

 H1.HeaderClassName
 {
   color: #5FFEFA;
 }
 .AnyTagClassName
 {
   color: #5FFEFA;
 }
</style>

background-color css

<style>
 a { background-color: #5FFEFA; }

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

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

border-color css

<style>
 span { border-color: #5FFEFA; }

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

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