Html Css Color HEX #69BCEC Malibu

📋 copy color: '#69BCEC'

red 105 ◦ green 188 ◦ blue 236

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

Shades of Malibu #69BCEC

Tints of Malibu #69BCEC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.54%

 BLUE value IS 236 (92.58% from 255) = 44.61%

R = 19.85%
G = 35.54%
B = 44.61%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#69BCEC (or 0x69BCEC) is known color: Malibu. HEX triplet: 69, BC and EC. RGB value is (105,188,236). Sum of RGB (Red+Green+Blue) = 105+188+236=529 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.85% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #69BCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BCEC is #964313. Grayscale: #A8A8A8. Windows color (decimal): -9847572 or 15514729. OLE color: 15514729.

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

Color convert

RGB 105 188 236 -
CMYK 0.56 0.20 0 0.07
HSL 201.98º 0.78% 0.67% -
HSV(B) 201.98º 0.56% 0.93% -
XYZ 38.95 45.03 85.99 -
YUV 168.66 166 82.6 -
System Red Green Blue C M Y K H S L
Decimal 105 188 236 0.56 0.20 0 0.07 201.98 0.78 0.67
Hex 69 BC EC 38 14 0 7 CA 4E 43
Octal 151 274 354 70 24 0 7 312 116 103
Binary 1101001 10111100 11101100 111000 10100 0 111 11001010 1001110 1000011

Color Harmonies of #69BCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BCEC

Black with #69BCEC

Text Example


Text Example

White with #69BCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,188,236); }

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

background-color css

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

 a { background-color: rgb(105,188,236); }

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

border-color css

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

 span { border-color: rgb(105,188,236); }

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