Html Css Color HEX #69B2EF Malibu

📋 copy color: '#69B2EF'

red 105 ◦ green 178 ◦ blue 239

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

Shades of Malibu #69B2EF

Tints of Malibu #69B2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.79%

R = 20.11%
G = 34.1%
B = 45.79%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#69B2EF (or 0x69B2EF) is known color: Malibu. HEX triplet: 69, B2 and EF. RGB value is (105,178,239). Sum of RGB (Red+Green+Blue) = 105+178+239=522 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.11% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #69B2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69B2EF is #964D10. Grayscale: #A2A2A2. Windows color (decimal): -9850129 or 15708777. OLE color: 15708777.

HSL color Cylindrical-coordinate representation of color #69B2EF: hue angle of 207.31º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69B2EF is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 178 239 -
CMYK 0.56 0.26 0 0.06
HSL 207.31º 0.81% 0.67% -
HSV(B) 207.31º 0.56% 0.94% -
XYZ 37.33 41.08 87.62 -
YUV 163.13 170.82 86.54 -
System Red Green Blue C M Y K H S L
Decimal 105 178 239 0.56 0.26 0 0.06 207.31 0.81 0.67
Hex 69 B2 EF 38 1A 0 6 CF 51 43
Octal 151 262 357 70 32 0 6 317 121 103
Binary 1101001 10110010 11101111 111000 11010 0 110 11001111 1010001 1000011

Color Harmonies of #69B2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B2EF

Black with #69B2EF

Text Example


Text Example

White with #69B2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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