#6BCBFF

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

Shades of Maya Blue #6BCBFF

Tints of Maya Blue #6BCBFF

Color information

#6BCBFF (or 0x6BCBFF) is unknown color: approx Maya Blue. HEX triplet: 6B, CB and FF. RGB value is (107,203,255). Sum of RGB (Red+Green+Blue) = 107+203+255=565 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.94% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BCBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCBFF is #943400. Grayscale: #B3B3B3. Windows color (decimal): -9712641 or 16763755. OLE color: 16763755.

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

Color convert

RGB107203255-
CMYK0.580.2000
HSL201.08º100%70.98%-
HSV(B)201.08º58.04%100%-
XYZ45.4753.06102.45-
YUV180.22170.275.77-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.94%
GREEN value IS 203 (79.69% from 255) = 35.93%
BLUE value IS 255 (100% from 255) = 45.13%
R=18.94%
G=35.93%
B=45.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1072032550.580.2000201.0810070.98
Hex6BCBFF3A1400c96447
Octal153313377722400311144107
Binary1101011110010111111111111101010100001100100111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BCBFF; }

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

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

<style>
 a { background-color: #6BCBFF; }

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

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

<style>
 span { border-color: #6BCBFF; }

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

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