Html Css Color HEX #5BFEFA Baby Blue

📋 copy color: '#5BFEFA'

red 91 ◦ green 254 ◦ blue 250

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

Shades of Baby Blue #5BFEFA

Tints of Baby Blue #5BFEFA

RGB

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

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

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

R = 15.29%
G = 42.69%
B = 42.02%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#5BFEFA (or 0x5BFEFA) is known color: Baby Blue. HEX triplet: 5B, FE and FA. RGB value is (91,254,250). Sum of RGB (Red+Green+Blue) = 91+254+250=595 (78% of max value = 765). Red value is 91 (35.94% from 255 or 15.29% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #5BFEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFEFA is #A40105. Grayscale: #CCCCCC. Windows color (decimal): -10748166 or 16449115. OLE color: 16449115.

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

Color convert

RGB 91 254 250 -
CMYK 0.64 0 0.02 0.00
HSL 178.53º 0.99% 0.68% -
HSV(B) 178.53º 0.64% 1% -
XYZ 57.01 80.01 102.88 -
YUV 204.81 153.5 46.83 -
System Red Green Blue C M Y K H S L
Decimal 91 254 250 0.64 0 0.02 0.00 178.53 0.99 0.68
Hex 5B FE FA 40 0 2 0 B3 63 44
Octal 133 376 372 100 0 2 0 263 143 104
Binary 1011011 11111110 11111010 1000000 0 10 0 10110011 1100011 1000100

Color Harmonies of #5BFEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BFEFA

Black with #5BFEFA

Text Example


Text Example

White with #5BFEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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