Html Css Color HEX #C0E9FF Pattens Blue

📋 copy color: '#C0E9FF'

red 192 ◦ green 233 ◦ blue 255

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

Shades of Pattens Blue #C0E9FF

Tints of Pattens Blue #C0E9FF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 34.26%

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

R = 28.24%
G = 34.26%
B = 37.5%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C0E9FF (or 0xC0E9FF) is known color: Pattens Blue. HEX triplet: C0, E9 and FF. RGB value is (192,233,255). Sum of RGB (Red+Green+Blue) = 192+233+255=680 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.24% from 680); Green value is 233 (91.41% from 255 or 34.26% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0E9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0E9FF is #3F1600. Grayscale: #DFDFDF. Windows color (decimal): -4134401 or 16771520. OLE color: 16771520.

HSL color Cylindrical-coordinate representation of color #C0E9FF: hue angle of 200.95º 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 #C0E9FF is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 233 255 -
CMYK 0.25 0.09 0 0
HSL 200.95º 1% 0.88% -
HSV(B) 200.95º 0.25% 1% -
XYZ 68.93 76.7 105.78 -
YUV 223.25 145.92 105.71 -
System Red Green Blue C M Y K H S L
Decimal 192 233 255 0.25 0.09 0 0 200.95 1 0.88
Hex C0 E9 FF 19 9 0 0 C9 64 58
Octal 300 351 377 31 11 0 0 311 144 130
Binary 11000000 11101001 11111111 11001 1001 0 0 11001001 1100100 1011000

Color Harmonies of #C0E9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E9FF

Black with #C0E9FF

Text Example


Text Example

White with #C0E9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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