Html Css Color HEX #69B2E5 Malibu

📋 copy color: '#69B2E5'

red 105 ◦ green 178 ◦ blue 229

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

Shades of Malibu #69B2E5

Tints of Malibu #69B2E5

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.77%

 BLUE value IS 229 (89.84% from 255) = 44.73%

R = 20.51%
G = 34.77%
B = 44.73%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#69B2E5 (or 0x69B2E5) is known color: Malibu. HEX triplet: 69, B2 and E5. RGB value is (105,178,229). Sum of RGB (Red+Green+Blue) = 105+178+229=512 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.51% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 229 (89.84% from 255 or 44.73% from 512); Max value from RGB is 229 - color contains mainly: blue. Hex color #69B2E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69B2E5 is #964D1A. Grayscale: #A1A1A1. Windows color (decimal): -9850139 or 15053417. OLE color: 15053417.

HSL color Cylindrical-coordinate representation of color #69B2E5: hue angle of 204.68º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69B2E5 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 105 178 229 -
CMYK 0.54 0.22 0 0.10
HSL 204.68º 0.7% 0.65% -
HSV(B) 204.68º 0.54% 0.9% -
XYZ 35.89 40.5 80.05 -
YUV 161.99 165.82 87.35 -
System Red Green Blue C M Y K H S L
Decimal 105 178 229 0.54 0.22 0 0.10 204.68 0.7 0.65
Hex 69 B2 E5 36 16 0 A CD 46 41
Octal 151 262 345 66 26 0 12 315 106 101
Binary 1101001 10110010 11100101 110110 10110 0 1010 11001101 1000110 1000001

Color Harmonies of #69B2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B2E5

Black with #69B2E5

Text Example


Text Example

White with #69B2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,178,229); }

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

background-color css

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

 a { background-color: rgb(105,178,229); }

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

border-color css

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

 span { border-color: rgb(105,178,229); }

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