Html Css Color HEX #5FCBFF Maya Blue

📋 copy color: '#5FCBFF'

red 95 ◦ green 203 ◦ blue 255

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

Shades of Maya Blue #5FCBFF

Tints of Maya Blue #5FCBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.71%

 BLUE value IS 255 (100% from 255) = 46.11%

R = 17.18%
G = 36.71%
B = 46.11%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5FCBFF (or 0x5FCBFF) is known color: Maya Blue. HEX triplet: 5F, CB and FF. RGB value is (95,203,255). Sum of RGB (Red+Green+Blue) = 95+203+255=553 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.18% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FCBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCBFF is #A03400. Grayscale: #B0B0B0. Windows color (decimal): -10499073 or 16763743. OLE color: 16763743.

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

Color convert

RGB 95 203 255 -
CMYK 0.63 0.20 0 0
HSL 199.5º 1% 0.69% -
HSV(B) 199.5º 0.63% 1% -
XYZ 44.13 52.36 102.39 -
YUV 176.64 172.22 69.77 -
System Red Green Blue C M Y K H S L
Decimal 95 203 255 0.63 0.20 0 0 199.5 1 0.69
Hex 5F CB FF 3F 14 0 0 C8 64 45
Octal 137 313 377 77 24 0 0 310 144 105
Binary 1011111 11001011 11111111 111111 10100 0 0 11001000 1100100 1000101

Color Harmonies of #5FCBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCBFF

Black with #5FCBFF

Text Example


Text Example

White with #5FCBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,203,255); }

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

background-color css

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

 a { background-color: rgb(95,203,255); }

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

border-color css

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

 span { border-color: rgb(95,203,255); }

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