Html Css Color HEX #C0CEEB Periwinkle

📋 copy color: '#C0CEEB'

red 192 ◦ green 206 ◦ blue 235

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

Shades of Periwinkle #C0CEEB

Tints of Periwinkle #C0CEEB

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 value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C0CEEB (or 0xC0CEEB) is known color: 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

RGB 192 206 235 -
CMYK 0.18 0.12 0 0.08
HSL 220.47º 0.52% 0.84% -
HSV(B) 220.47º 0.18% 0.92% -
XYZ 58.8 61.35 87.34 -
YUV 205.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 192 206 235 0.18 0.12 0 0.08 220.47 0.52 0.84
Hex C0 CE EB 12 C 0 8 DC 34 54
Octal 300 316 353 22 14 0 10 334 64 124
Binary 11000000 11001110 11101011 10010 1100 0 1000 11011100 110100 1010100

Color Harmonies of #C0CEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CEEB

Black with #C0CEEB

Text Example


Text Example

White with #C0CEEB

Text Example


Text Example

HTML Codes & Css Web 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>