Html Css Color HEX #69C0EB Malibu

📋 copy color: '#69C0EB'

red 105 ◦ green 192 ◦ blue 235

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

Shades of Malibu #69C0EB

Tints of Malibu #69C0EB

RGB

 RED value IS 105 (41.41% from 255) = 19.74%

 GREEN value IS 192 (75.39% from 255) = 36.09%

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

R = 19.74%
G = 36.09%
B = 44.17%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#69C0EB (or 0x69C0EB) is known color: Malibu. HEX triplet: 69, C0 and EB. RGB value is (105,192,235). Sum of RGB (Red+Green+Blue) = 105+192+235=532 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.74% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #69C0EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C0EB is #963F14. Grayscale: #AAAAAA. Windows color (decimal): -9846549 or 15450217. OLE color: 15450217.

HSL color Cylindrical-coordinate representation of color #69C0EB: hue angle of 199.85º 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 #69C0EB is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 192 235 -
CMYK 0.55 0.18 0 0.08
HSL 199.85º 0.76% 0.67% -
HSV(B) 199.85º 0.55% 0.92% -
XYZ 39.67 46.7 85.52 -
YUV 170.89 164.18 81 -
System Red Green Blue C M Y K H S L
Decimal 105 192 235 0.55 0.18 0 0.08 199.85 0.76 0.67
Hex 69 C0 EB 37 12 0 8 C8 4C 43
Octal 151 300 353 67 22 0 10 310 114 103
Binary 1101001 11000000 11101011 110111 10010 0 1000 11001000 1001100 1000011

Color Harmonies of #69C0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C0EB

Black with #69C0EB

Text Example


Text Example

White with #69C0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69C0EB; }

 p { color: rgb(105,192,235); }

 H1.HeaderClassName
 {
   color: #69C0EB;
 }
 .AnyTagClassName
 {
   color: #69C0EB;
 }
</style>

background-color css

<style>
 a { background-color: #69C0EB; }

 a { background-color: rgb(105,192,235); }

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

border-color css

<style>
 span { border-color: #69C0EB; }

 span { border-color: rgb(105,192,235); }

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