Html Css Color HEX #69C1E8 Malibu

📋 copy color: '#69C1E8'

red 105 ◦ green 193 ◦ blue 232

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

Shades of Malibu #69C1E8

Tints of Malibu #69C1E8

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.42%

 BLUE value IS 232 (91.02% from 255) = 43.77%

R = 19.81%
G = 36.42%
B = 43.77%

CMYK

 C value IS 0.55

 M value IS 0.17

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#69C1E8 (or 0x69C1E8) is known color: Malibu. HEX triplet: 69, C1 and E8. RGB value is (105,193,232). Sum of RGB (Red+Green+Blue) = 105+193+232=530 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.81% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 232 (91.02% from 255 or 43.77% from 530); Max value from RGB is 232 - color contains mainly: blue. Hex color #69C1E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C1E8 is #963E17. Grayscale: #AAAAAA. Windows color (decimal): -9846296 or 15253865. OLE color: 15253865.

HSL color Cylindrical-coordinate representation of color #69C1E8: hue angle of 198.43º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69C1E8 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 105 193 232 -
CMYK 0.55 0.17 0 0.09
HSL 198.43º 0.73% 0.66% -
HSV(B) 198.43º 0.55% 0.91% -
XYZ 39.46 46.97 83.33 -
YUV 171.13 162.35 80.83 -
System Red Green Blue C M Y K H S L
Decimal 105 193 232 0.55 0.17 0 0.09 198.43 0.73 0.66
Hex 69 C1 E8 37 11 0 9 C6 49 42
Octal 151 301 350 67 21 0 11 306 111 102
Binary 1101001 11000001 11101000 110111 10001 0 1001 11000110 1001001 1000010

Color Harmonies of #69C1E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C1E8

Black with #69C1E8

Text Example


Text Example

White with #69C1E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,193,232); }

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

background-color css

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

 a { background-color: rgb(105,193,232); }

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

border-color css

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

 span { border-color: rgb(105,193,232); }

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