#C0CEEB

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

Shades of Periwinkle #C0CEEB

Tints of Periwinkle #C0CEEB

Color information

#C0CEEB (or 0xC0CEEB) is unknown color: approx Periwinkle. HEX triplet: C0, CE and EB. RGB value is (192,206,235). Sum of RGB (Red+Green+Blue) = 192+206+235=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0CEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CEEB is #3F3114. Grayscale: #CCCCCC. Windows color (decimal): -4141333 or 15453888. OLE color: 15453888.

HSL color Cylindrical-coordinate representation of color #C0CEEB: hue angle of 220.47º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0CEEB is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192206235-
CMYK0.180.1200.08
HSL220.47º51.81%83.73%-
HSV(B)220.47º18.3%92.16%-
XYZ58.861.3587.34-
YUV205.12144.86118.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.33%
GREEN value IS 206 (80.86% from 255) = 32.54%
BLUE value IS 235 (92.19% from 255) = 37.12%
R=30.33%
G=32.54%
B=37.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922062350.180.1200.08220.4751.8183.73
HexC0CEEB12C08dc3454
Octal300316353221401033464124
Binary11000000110011101110101110010110001000110111001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CEEB; }

 p { color: rgb(192,206,235); }

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

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

 a { background-color: rgb(192,206,235); }

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

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

 span { border-color: rgb(192,206,235); }

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