Html Css Color HEX #5FFBF2 Baby Blue

📋 copy color: '#5FFBF2'

red 95 ◦ green 251 ◦ blue 242

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

Shades of Baby Blue #5FFBF2

Tints of Baby Blue #5FFBF2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.69%

 BLUE value IS 242 (94.92% from 255) = 41.16%

R = 16.16%
G = 42.69%
B = 41.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#5FFBF2 (or 0x5FFBF2) is known color: Baby Blue. HEX triplet: 5F, FB and F2. RGB value is (95,251,242). Sum of RGB (Red+Green+Blue) = 95+251+242=588 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.16% from 588); Green value is 251 (98.44% from 255 or 42.69% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFBF2 is #A0040D. Grayscale: #CBCBCB. Windows color (decimal): -10486798 or 15924063. OLE color: 15924063.

HSL color Cylindrical-coordinate representation of color #5FFBF2: hue angle of 176.54º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFBF2 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 95 251 242 -
CMYK 0.62 0 0.04 0.02
HSL 176.54º 0.95% 0.68% -
HSV(B) 176.54º 0.62% 0.98% -
XYZ 55.24 77.84 96.12 -
YUV 203.33 149.82 50.73 -
System Red Green Blue C M Y K H S L
Decimal 95 251 242 0.62 0 0.04 0.02 176.54 0.95 0.68
Hex 5F FB F2 3E 0 4 2 B1 5F 44
Octal 137 373 362 76 0 4 2 261 137 104
Binary 1011111 11111011 11110010 111110 0 100 10 10110001 1011111 1000100

Color Harmonies of #5FFBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFBF2

Black with #5FFBF2

Text Example


Text Example

White with #5FFBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,251,242); }

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

background-color css

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

 a { background-color: rgb(95,251,242); }

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

border-color css

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

 span { border-color: rgb(95,251,242); }

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