Html Css Color HEX #5FF6FA Baby Blue

📋 copy color: '#5FF6FA'

red 95 ◦ green 246 ◦ blue 250

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

Shades of Baby Blue #5FF6FA

Tints of Baby Blue #5FF6FA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.62%

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

R = 16.07%
G = 41.62%
B = 42.3%

CMYK

 C value IS 0.62

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5FF6FA (or 0x5FF6FA) is known color: Baby Blue. HEX triplet: 5F, F6 and FA. RGB value is (95,246,250). Sum of RGB (Red+Green+Blue) = 95+246+250=591 (78% of max value = 765). Red value is 95 (37.5% from 255 or 16.07% from 591); Green value is 246 (96.48% from 255 or 41.62% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #5FF6FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FF6FA is #A00905. Grayscale: #C9C9C9. Windows color (decimal): -10488070 or 16447071. OLE color: 16447071.

HSL color Cylindrical-coordinate representation of color #5FF6FA: hue angle of 181.55º degrees, saturation: 0.94, 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 #5FF6FA is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 95 246 250 -
CMYK 0.62 0.02 0 0.02
HSL 181.55º 0.94% 0.68% -
HSV(B) 181.55º 0.62% 0.98% -
XYZ 54.93 75.25 102.07 -
YUV 201.31 155.47 52.17 -
System Red Green Blue C M Y K H S L
Decimal 95 246 250 0.62 0.02 0 0.02 181.55 0.94 0.68
Hex 5F F6 FA 3E 2 0 2 B6 5E 44
Octal 137 366 372 76 2 0 2 266 136 104
Binary 1011111 11110110 11111010 111110 10 0 10 10110110 1011110 1000100

Color Harmonies of #5FF6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF6FA

Black with #5FF6FA

Text Example


Text Example

White with #5FF6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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