#C2D6E4

Color #C2D6E4 Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #C2D6E4

Tints of Light Blue #C2D6E4

Color information

#C2D6E4 (or 0xC2D6E4) is unknown color: approx Light Blue. HEX triplet: C2, D6 and E4. RGB value is (194,214,228). Sum of RGB (Red+Green+Blue) = 194+214+228=636 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.50% from 636); Green value is 214 (83.98% from 255 or 33.65% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 228 - color contains mainly: blue. Hex color #C2D6E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D6E4 is #3D291B. Grayscale: #D1D1D1. Windows color (decimal): -4008220 or 14997186. OLE color: 14997186.

HSL color Cylindrical-coordinate representation of color #C2D6E4: hue angle of 204.71º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2D6E4 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB194214228-
CMYK0.150.0600.11
HSL204.71º38.64%82.75%-
HSV(B)204.71º14.91%89.41%-
XYZ60.365.1682.8-
YUV209.62138.37116.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.50%
GREEN value IS 214 (83.98% from 255) = 33.65%
BLUE value IS 228 (89.45% from 255) = 35.85%
R=30.50%
G=33.65%
B=35.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1942142280.150.0600.11204.7138.6482.75
HexC2D6E4F60Bcd2753
Octal30232634417601331547123
Binary110000101101011011100100111111001011110011011001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D6E4; }

 p { color: rgb(194,214,228); }

 H1.HeaderClassName
 {
   color: #C2D6E4;
 }
 .AnyTagClassName
 {
   color: #C2D6E4;
 }
</style>
background-color css

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

 a { background-color: rgb(194,214,228); }

 div.DivClassName
 {
   background-color: #C2D6E4;
 }
 .BgClassName
 {
   background-color: #C2D6E4;
 }
</style>
border-color css

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

 span { border-color: rgb(194,214,228); }

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