Html Css Color HEX #69B2EE Malibu

📋 copy color: '#69B2EE'

red 105 ◦ green 178 ◦ blue 238

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

Shades of Malibu #69B2EE

Tints of Malibu #69B2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.68%

R = 20.15%
G = 34.17%
B = 45.68%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#69B2EE (or 0x69B2EE) is known color: Malibu. HEX triplet: 69, B2 and EE. RGB value is (105,178,238). Sum of RGB (Red+Green+Blue) = 105+178+238=521 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.15% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #69B2EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69B2EE is #964D11. Grayscale: #A2A2A2. Windows color (decimal): -9850130 or 15643241. OLE color: 15643241.

HSL color Cylindrical-coordinate representation of color #69B2EE: hue angle of 207.07º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69B2EE is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 178 238 -
CMYK 0.56 0.25 0 0.07
HSL 207.07º 0.8% 0.67% -
HSV(B) 207.07º 0.56% 0.93% -
XYZ 37.18 41.02 86.85 -
YUV 163.01 170.32 86.62 -
System Red Green Blue C M Y K H S L
Decimal 105 178 238 0.56 0.25 0 0.07 207.07 0.8 0.67
Hex 69 B2 EE 38 19 0 7 CF 50 43
Octal 151 262 356 70 31 0 7 317 120 103
Binary 1101001 10110010 11101110 111000 11001 0 111 11001111 1010000 1000011

Color Harmonies of #69B2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B2EE

Black with #69B2EE

Text Example


Text Example

White with #69B2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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