Html Css Color HEX #69BAEE Malibu

📋 copy color: '#69BAEE'

red 105 ◦ green 186 ◦ blue 238

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

Shades of Malibu #69BAEE

Tints of Malibu #69BAEE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.16%

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

R = 19.85%
G = 35.16%
B = 44.99%

CMYK

 C value IS 0.56

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#69BAEE (or 0x69BAEE) is known color: Malibu. HEX triplet: 69, BA and EE. RGB value is (105,186,238). Sum of RGB (Red+Green+Blue) = 105+186+238=529 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.85% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #69BAEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BAEE is #964511. Grayscale: #A7A7A7. Windows color (decimal): -9848082 or 15645289. OLE color: 15645289.

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

Color convert

RGB 105 186 238 -
CMYK 0.56 0.22 0 0.07
HSL 203.46º 0.8% 0.67% -
HSV(B) 203.46º 0.56% 0.93% -
XYZ 38.82 44.29 87.39 -
YUV 167.71 167.66 83.27 -
System Red Green Blue C M Y K H S L
Decimal 105 186 238 0.56 0.22 0 0.07 203.46 0.8 0.67
Hex 69 BA EE 38 16 0 7 CB 50 43
Octal 151 272 356 70 26 0 7 313 120 103
Binary 1101001 10111010 11101110 111000 10110 0 111 11001011 1010000 1000011

Color Harmonies of #69BAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BAEE

Black with #69BAEE

Text Example


Text Example

White with #69BAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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