Html Css Color HEX #5FFCFA Baby Blue

📋 copy color: '#5FFCFA'

red 95 ◦ green 252 ◦ blue 250

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

Shades of Baby Blue #5FFCFA

Tints of Baby Blue #5FFCFA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.21%

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

R = 15.91%
G = 42.21%
B = 41.88%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#5FFCFA (or 0x5FFCFA) is known color: Baby Blue. HEX triplet: 5F, FC and FA. RGB value is (95,252,250). Sum of RGB (Red+Green+Blue) = 95+252+250=597 (79% of max value = 765). Red value is 95 (37.5% from 255 or 15.91% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFCFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFCFA is #A00305. Grayscale: #CCCCCC. Windows color (decimal): -10486534 or 16448607. OLE color: 16448607.

HSL color Cylindrical-coordinate representation of color #5FFCFA: hue angle of 179.24º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFCFA is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 95 252 250 -
CMYK 0.62 0 0.01 0.01
HSL 179.24º 0.96% 0.68% -
HSV(B) 179.24º 0.62% 0.99% -
XYZ 56.79 78.96 102.69 -
YUV 204.83 153.49 49.66 -
System Red Green Blue C M Y K H S L
Decimal 95 252 250 0.62 0 0.01 0.01 179.24 0.96 0.68
Hex 5F FC FA 3E 0 1 1 B3 60 44
Octal 137 374 372 76 0 1 1 263 140 104
Binary 1011111 11111100 11111010 111110 0 1 1 10110011 1100000 1000100

Color Harmonies of #5FFCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFCFA

Black with #5FFCFA

Text Example


Text Example

White with #5FFCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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