#5CCBFE

Color #5CCBFE Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #5CCBFE

Tints of Maya Blue #5CCBFE

Color information

#5CCBFE (or 0x5CCBFE) is unknown color: approx Maya Blue. HEX triplet: 5C, CB and FE. RGB value is (92,203,254). Sum of RGB (Red+Green+Blue) = 92+203+254=549 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.76% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #5CCBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCBFE is #A33401. Grayscale: #AFAFAF. Windows color (decimal): -10695682 or 16698204. OLE color: 16698204.

HSL color Cylindrical-coordinate representation of color #5CCBFE: hue angle of 198.89º 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 #5CCBFE is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB92203254-
CMYK0.640.2000.00
HSL198.89º98.78%67.84%-
HSV(B)198.89º63.78%99.61%-
XYZ43.6652.14101.53-
YUV175.62172.2368.35-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.76%
GREEN value IS 203 (79.69% from 255) = 36.98%
BLUE value IS 254 (99.61% from 255) = 46.27%
R=16.76%
G=36.98%
B=46.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal922032540.640.2000.00198.8998.7867.84
Hex5CCBFE401400c76344
Octal1343133761002400307143104
Binary10111001100101111111110100000010100001100011111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,203,254); }

 H1.HeaderClassName
 {
   color: #5CCBFE;
 }
 .AnyTagClassName
 {
   color: #5CCBFE;
 }
</style>
background-color css

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

 a { background-color: rgb(92,203,254); }

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

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

 span { border-color: rgb(92,203,254); }

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