Html Css Color HEX #6ABEEB Malibu

📋 copy color: '#6ABEEB'

red 106 ◦ green 190 ◦ blue 235

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

Shades of Malibu #6ABEEB

Tints of Malibu #6ABEEB

RGB

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

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

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

R = 19.96%
G = 35.78%
B = 44.26%

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

#6ABEEB (or 0x6ABEEB) is known color: Malibu. HEX triplet: 6A, BE and EB. RGB value is (106,190,235). Sum of RGB (Red+Green+Blue) = 106+190+235=531 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.96% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #6ABEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABEEB is #954114. Grayscale: #A9A9A9. Windows color (decimal): -9781525 or 15449706. OLE color: 15449706.

HSL color Cylindrical-coordinate representation of color #6ABEEB: hue angle of 200.93º degrees, saturation: 0.76, 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 #6ABEEB is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 190 235 -
CMYK 0.55 0.19 0 0.08
HSL 200.93º 0.76% 0.67% -
HSV(B) 200.93º 0.55% 0.92% -
XYZ 39.35 45.89 85.38 -
YUV 170.01 164.67 82.34 -
System Red Green Blue C M Y K H S L
Decimal 106 190 235 0.55 0.19 0 0.08 200.93 0.76 0.67
Hex 6A BE EB 37 13 0 8 C9 4C 43
Octal 152 276 353 67 23 0 10 311 114 103
Binary 1101010 10111110 11101011 110111 10011 0 1000 11001001 1001100 1000011

Color Harmonies of #6ABEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABEEB

Black with #6ABEEB

Text Example


Text Example

White with #6ABEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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