Html Css Color HEX #6ABEEA Malibu

📋 copy color: '#6ABEEA'

red 106 ◦ green 190 ◦ blue 234

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

Shades of Malibu #6ABEEA

Tints of Malibu #6ABEEA

RGB

 RED value IS 106 (41.8% from 255) = 20%

 GREEN value IS 190 (74.61% from 255) = 35.85%

 BLUE value IS 234 (91.8% from 255) = 44.15%

R = 20%
G = 35.85%
B = 44.15%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6ABEEA (or 0x6ABEEA) is known color: Malibu. HEX triplet: 6A, BE and EA. RGB value is (106,190,234). Sum of RGB (Red+Green+Blue) = 106+190+234=530 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #6ABEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABEEA is #954115. Grayscale: #A9A9A9. Windows color (decimal): -9781526 or 15384170. OLE color: 15384170.

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

Color convert

RGB 106 190 234 -
CMYK 0.55 0.19 0 0.08
HSL 200.63º 0.75% 0.67% -
HSV(B) 200.63º 0.55% 0.92% -
XYZ 39.21 45.83 84.62 -
YUV 169.9 164.17 82.42 -
System Red Green Blue C M Y K H S L
Decimal 106 190 234 0.55 0.19 0 0.08 200.63 0.75 0.67
Hex 6A BE EA 37 13 0 8 C9 4B 43
Octal 152 276 352 67 23 0 10 311 113 103
Binary 1101010 10111110 11101010 110111 10011 0 1000 11001001 1001011 1000011

Color Harmonies of #6ABEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABEEA

Black with #6ABEEA

Text Example


Text Example

White with #6ABEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,190,234); }

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

background-color css

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

 a { background-color: rgb(106,190,234); }

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

border-color css

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

 span { border-color: rgb(106,190,234); }

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