Html Css Color HEX #5FCEFB Maya Blue

📋 copy color: '#5FCEFB'

red 95 ◦ green 206 ◦ blue 251

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

Shades of Maya Blue #5FCEFB

Tints of Maya Blue #5FCEFB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.32%

 BLUE value IS 251 (98.44% from 255) = 45.47%

R = 17.21%
G = 37.32%
B = 45.47%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5FCEFB (or 0x5FCEFB) is known color: Maya Blue. HEX triplet: 5F, CE and FB. RGB value is (95,206,251). Sum of RGB (Red+Green+Blue) = 95+206+251=552 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.21% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #5FCEFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCEFB is #A03104. Grayscale: #B1B1B1. Windows color (decimal): -10498309 or 16502367. OLE color: 16502367.

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

Color convert

RGB 95 206 251 -
CMYK 0.62 0.18 0 0.02
HSL 197.31º 0.95% 0.68% -
HSV(B) 197.31º 0.62% 0.98% -
XYZ 44.2 53.54 99.27 -
YUV 177.94 169.23 68.84 -
System Red Green Blue C M Y K H S L
Decimal 95 206 251 0.62 0.18 0 0.02 197.31 0.95 0.68
Hex 5F CE FB 3E 12 0 2 C5 5F 44
Octal 137 316 373 76 22 0 2 305 137 104
Binary 1011111 11001110 11111011 111110 10010 0 10 11000101 1011111 1000100

Color Harmonies of #5FCEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCEFB

Black with #5FCEFB

Text Example


Text Example

White with #5FCEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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