Html Css Color HEX #6CC2EB Malibu

📋 copy color: '#6CC2EB'

red 108 ◦ green 194 ◦ blue 235

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

Shades of Malibu #6CC2EB

Tints of Malibu #6CC2EB

RGB

 RED value IS 108 (42.58% from 255) = 20.11%

 GREEN value IS 194 (76.17% from 255) = 36.13%

 BLUE value IS 235 (92.19% from 255) = 43.76%

R = 20.11%
G = 36.13%
B = 43.76%

CMYK

 C value IS 0.54

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6CC2EB (or 0x6CC2EB) is known color: Malibu. HEX triplet: 6C, C2 and EB. RGB value is (108,194,235). Sum of RGB (Red+Green+Blue) = 108+194+235=537 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20.11% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #6CC2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CC2EB is #933D14. Grayscale: #ACACAC. Windows color (decimal): -9649429 or 15450732. OLE color: 15450732.

HSL color Cylindrical-coordinate representation of color #6CC2EB: hue angle of 199.37º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CC2EB is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 108 194 235 -
CMYK 0.54 0.17 0 0.08
HSL 199.37º 0.76% 0.67% -
HSV(B) 199.37º 0.54% 0.92% -
XYZ 40.47 47.77 85.68 -
YUV 172.96 163.01 81.67 -
System Red Green Blue C M Y K H S L
Decimal 108 194 235 0.54 0.17 0 0.08 199.37 0.76 0.67
Hex 6C C2 EB 36 11 0 8 C7 4C 43
Octal 154 302 353 66 21 0 10 307 114 103
Binary 1101100 11000010 11101011 110110 10001 0 1000 11000111 1001100 1000011

Color Harmonies of #6CC2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC2EB

Black with #6CC2EB

Text Example


Text Example

White with #6CC2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,194,235); }

 H1.HeaderClassName
 {
   color: #6CC2EB;
 }
 .AnyTagClassName
 {
   color: #6CC2EB;
 }
</style>

background-color css

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

 a { background-color: rgb(108,194,235); }

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

border-color css

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

 span { border-color: rgb(108,194,235); }

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