#5CCEFF

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

Shades of Maya Blue #5CCEFF

Tints of Maya Blue #5CCEFF

Color information

#5CCEFF (or 0x5CCEFF) is unknown color: approx Maya Blue. HEX triplet: 5C, CE and FF. RGB value is (92,206,255). Sum of RGB (Red+Green+Blue) = 92+206+255=553 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.64% from 553); Green value is 206 (80.86% from 255 or 37.25% 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 #5CCEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCEFF is #A33100. Grayscale: #B1B1B1. Windows color (decimal): -10694913 or 16764508. OLE color: 16764508.

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

Color convert

RGB92206255-
CMYK0.640.1900
HSL198.04º100%68.04%-
HSV(B)198.04º63.92%100%-
XYZ44.5353.64102.61-
YUV177.5171.7367.02-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.64%
GREEN value IS 206 (80.86% from 255) = 37.25%
BLUE value IS 255 (100% from 255) = 46.11%
R=16.64%
G=37.25%
B=46.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal922062550.640.1900198.0410068.04
Hex5CCEFF401300c66444
Octal1343163771002300306144104
Binary10111001100111011111111100000010011001100011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,206,255); }

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

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

 a { background-color: rgb(92,206,255); }

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

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

 span { border-color: rgb(92,206,255); }

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