Html Css Color HEX #69C2EB Malibu

📋 copy color: '#69C2EB'

red 105 ◦ green 194 ◦ blue 235

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

Shades of Malibu #69C2EB

Tints of Malibu #69C2EB

RGB

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

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

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

R = 19.66%
G = 36.33%
B = 44.01%

CMYK

 C value IS 0.55

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#69C2EB (or 0x69C2EB) is known color: Malibu. HEX triplet: 69, C2 and EB. RGB value is (105,194,235). Sum of RGB (Red+Green+Blue) = 105+194+235=534 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.66% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #69C2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C2EB is #963D14. Grayscale: #ABABAB. Windows color (decimal): -9846037 or 15450729. OLE color: 15450729.

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

Color convert

RGB 105 194 235 -
CMYK 0.55 0.17 0 0.08
HSL 198.92º 0.76% 0.67% -
HSV(B) 198.92º 0.55% 0.92% -
XYZ 40.11 47.58 85.67 -
YUV 172.06 163.51 80.17 -
System Red Green Blue C M Y K H S L
Decimal 105 194 235 0.55 0.17 0 0.08 198.92 0.76 0.67
Hex 69 C2 EB 37 11 0 8 C7 4C 43
Octal 151 302 353 67 21 0 10 307 114 103
Binary 1101001 11000010 11101011 110111 10001 0 1000 11000111 1001100 1000011

Color Harmonies of #69C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C2EB

Black with #69C2EB

Text Example


Text Example

White with #69C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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