Html Css Color HEX #C0E0FF Pattens Blue

📋 copy color: '#C0E0FF'

red 192 ◦ green 224 ◦ blue 255

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

Shades of Pattens Blue #C0E0FF

Tints of Pattens Blue #C0E0FF

RGB

 RED value IS 192 (75.39% from 255) = 28.61%

 GREEN value IS 224 (87.89% from 255) = 33.38%

 BLUE value IS 255 (100% from 255) = 38%

R = 28.61%
G = 33.38%
B = 38%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C0E0FF (or 0xC0E0FF) is known color: Pattens Blue. HEX triplet: C0, E0 and FF. RGB value is (192,224,255). Sum of RGB (Red+Green+Blue) = 192+224+255=671 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.61% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0E0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E0FF is #3F1F00. Grayscale: #D9D9D9. Windows color (decimal): -4136705 or 16769216. OLE color: 16769216.

HSL color Cylindrical-coordinate representation of color #C0E0FF: hue angle of 209.52º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0E0FF is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 224 255 -
CMYK 0.25 0.12 0 0
HSL 209.52º 1% 0.88% -
HSV(B) 209.52º 0.25% 1% -
XYZ 66.44 71.74 104.95 -
YUV 217.97 148.9 109.48 -
System Red Green Blue C M Y K H S L
Decimal 192 224 255 0.25 0.12 0 0 209.52 1 0.88
Hex C0 E0 FF 19 C 0 0 D2 64 58
Octal 300 340 377 31 14 0 0 322 144 130
Binary 11000000 11100000 11111111 11001 1100 0 0 11010010 1100100 1011000

Color Harmonies of #C0E0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E0FF

Black with #C0E0FF

Text Example


Text Example

White with #C0E0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E0FF; }

 p { color: rgb(192,224,255); }

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

background-color css

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

 a { background-color: rgb(192,224,255); }

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

border-color css

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

 span { border-color: rgb(192,224,255); }

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