#C0CFD5

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

Shades of Light Blue #C0CFD5

Tints of Light Blue #C0CFD5

Color information

#C0CFD5 (or 0xC0CFD5) is unknown color: approx Light Blue. HEX triplet: C0, CF and D5. RGB value is (192,207,213). Sum of RGB (Red+Green+Blue) = 192+207+213=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 213 (83.59% from 255 or 34.80% from 612); Max value from RGB is 213 - color contains mainly: blue. Hex color #C0CFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CFD5 is #3F302A. Grayscale: #CBCBCB. Windows color (decimal): -4141099 or 14012352. OLE color: 14012352.

HSL color Cylindrical-coordinate representation of color #C0CFD5: hue angle of 197.14º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0CFD5 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB192207213-
CMYK0.100.0300.16
HSL197.14º20%79.41%-
HSV(B)197.14º9.86%83.53%-
XYZ56.0660.6471.7-
YUV203.2133.53120.01-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.37%
GREEN value IS 207 (81.25% from 255) = 33.82%
BLUE value IS 213 (83.59% from 255) = 34.80%
R=31.37%
G=33.82%
B=34.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1922072130.100.0300.16197.142079.41
HexC0CFD5A3010c5144f
Octal30031732512302030524117
Binary11000000110011111101010110101101000011000101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CFD5; }

 p { color: rgb(192,207,213); }

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

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

 a { background-color: rgb(192,207,213); }

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

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

 span { border-color: rgb(192,207,213); }

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