Html Css Color HEX #5BEFFC Baby Blue

📋 copy color: '#5BEFFC'

red 91 ◦ green 239 ◦ blue 252

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

Shades of Baby Blue #5BEFFC

Tints of Baby Blue #5BEFFC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.07%

 BLUE value IS 252 (98.83% from 255) = 43.3%

R = 15.64%
G = 41.07%
B = 43.3%

CMYK

 C value IS 0.64

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5BEFFC (or 0x5BEFFC) is known color: Baby Blue. HEX triplet: 5B, EF and FC. RGB value is (91,239,252). Sum of RGB (Red+Green+Blue) = 91+239+252=582 (77% of max value = 765). Red value is 91 (35.94% from 255 or 15.64% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BEFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEFFC is #A41003. Grayscale: #C4C4C4. Windows color (decimal): -10752004 or 16576347. OLE color: 16576347.

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

Color convert

RGB 91 239 252 -
CMYK 0.64 0.05 0 0.01
HSL 184.84º 0.96% 0.67% -
HSV(B) 184.84º 0.64% 0.99% -
XYZ 52.75 70.99 103.02 -
YUV 196.23 159.47 52.94 -
System Red Green Blue C M Y K H S L
Decimal 91 239 252 0.64 0.05 0 0.01 184.84 0.96 0.67
Hex 5B EF FC 40 5 0 1 B9 60 43
Octal 133 357 374 100 5 0 1 271 140 103
Binary 1011011 11101111 11111100 1000000 101 0 1 10111001 1100000 1000011

Color Harmonies of #5BEFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEFFC

Black with #5BEFFC

Text Example


Text Example

White with #5BEFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,239,252); }

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

background-color css

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

 a { background-color: rgb(91,239,252); }

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

border-color css

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

 span { border-color: rgb(91,239,252); }

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