Html Css Color HEX #5BFFF2 Baby Blue

📋 copy color: '#5BFFF2'

red 91 ◦ green 255 ◦ blue 242

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

Shades of Baby Blue #5BFFF2

Tints of Baby Blue #5BFFF2

RGB

 RED value IS 91 (35.94% from 255) = 15.48%

 GREEN value IS 255 (100% from 255) = 43.37%

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

R = 15.48%
G = 43.37%
B = 41.16%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#5BFFF2 (or 0x5BFFF2) is known color: Baby Blue. HEX triplet: 5B, FF and F2. RGB value is (91,255,242). Sum of RGB (Red+Green+Blue) = 91+255+242=588 (77% of max value = 765). Red value is 91 (35.94% from 255 or 15.48% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #5BFFF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFFF2 is #A4000D. Grayscale: #CCCCCC. Windows color (decimal): -10747918 or 15925083. OLE color: 15925083.

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

Color convert

RGB 91 255 242 -
CMYK 0.64 0 0.05 0
HSL 175.24º 1% 0.68% -
HSV(B) 175.24º 0.64% 1% -
XYZ 56.1 80.15 96.52 -
YUV 204.48 149.17 47.06 -
System Red Green Blue C M Y K H S L
Decimal 91 255 242 0.64 0 0.05 0 175.24 1 0.68
Hex 5B FF F2 40 0 5 0 AF 64 44
Octal 133 377 362 100 0 5 0 257 144 104
Binary 1011011 11111111 11110010 1000000 0 101 0 10101111 1100100 1000100

Color Harmonies of #5BFFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BFFF2

Black with #5BFFF2

Text Example


Text Example

White with #5BFFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,255,242); }

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

background-color css

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

 a { background-color: rgb(91,255,242); }

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

border-color css

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

 span { border-color: rgb(91,255,242); }

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