Html Css Color HEX #69B0ED Malibu

📋 copy color: '#69B0ED'

red 105 ◦ green 176 ◦ blue 237

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

Shades of Malibu #69B0ED

Tints of Malibu #69B0ED

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.98%

 BLUE value IS 237 (92.97% from 255) = 45.75%

R = 20.27%
G = 33.98%
B = 45.75%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#69B0ED (or 0x69B0ED) is known color: Malibu. HEX triplet: 69, B0 and ED. RGB value is (105,176,237). Sum of RGB (Red+Green+Blue) = 105+176+237=518 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.27% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #69B0ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69B0ED is #964F12. Grayscale: #A1A1A1. Windows color (decimal): -9850643 or 15577193. OLE color: 15577193.

HSL color Cylindrical-coordinate representation of color #69B0ED: hue angle of 207.73º degrees, saturation: 0.79, 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 #69B0ED is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 176 237 -
CMYK 0.56 0.26 0 0.07
HSL 207.73º 0.79% 0.67% -
HSV(B) 207.73º 0.56% 0.93% -
XYZ 36.64 40.17 85.94 -
YUV 161.73 170.48 87.54 -
System Red Green Blue C M Y K H S L
Decimal 105 176 237 0.56 0.26 0 0.07 207.73 0.79 0.67
Hex 69 B0 ED 38 1A 0 7 D0 4F 43
Octal 151 260 355 70 32 0 7 320 117 103
Binary 1101001 10110000 11101101 111000 11010 0 111 11010000 1001111 1000011

Color Harmonies of #69B0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B0ED

Black with #69B0ED

Text Example


Text Example

White with #69B0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,176,237); }

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

background-color css

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

 a { background-color: rgb(105,176,237); }

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

border-color css

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

 span { border-color: rgb(105,176,237); }

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