Html Css Color HEX #69C5EC Malibu

📋 copy color: '#69C5EC'

red 105 ◦ green 197 ◦ blue 236

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

Shades of Malibu #69C5EC

Tints of Malibu #69C5EC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.62%

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

R = 19.52%
G = 36.62%
B = 43.87%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#69C5EC (or 0x69C5EC) is known color: Malibu. HEX triplet: 69, C5 and EC. RGB value is (105,197,236). Sum of RGB (Red+Green+Blue) = 105+197+236=538 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.52% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #69C5EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C5EC is #963A13. Grayscale: #ADADAD. Windows color (decimal): -9845268 or 15517033. OLE color: 15517033.

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

Color convert

RGB 105 197 236 -
CMYK 0.56 0.17 0 0.07
HSL 197.86º 0.78% 0.67% -
HSV(B) 197.86º 0.56% 0.93% -
XYZ 40.93 48.99 86.66 -
YUV 173.94 163.02 78.83 -
System Red Green Blue C M Y K H S L
Decimal 105 197 236 0.56 0.17 0 0.07 197.86 0.78 0.67
Hex 69 C5 EC 38 11 0 7 C6 4E 43
Octal 151 305 354 70 21 0 7 306 116 103
Binary 1101001 11000101 11101100 111000 10001 0 111 11000110 1001110 1000011

Color Harmonies of #69C5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C5EC

Black with #69C5EC

Text Example


Text Example

White with #69C5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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