Html Css Color HEX #C0E6FE Pattens Blue

📋 copy color: '#C0E6FE'

red 192 ◦ green 230 ◦ blue 254

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

Shades of Pattens Blue #C0E6FE

Tints of Pattens Blue #C0E6FE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.02%

 BLUE value IS 254 (99.61% from 255) = 37.57%

R = 28.4%
G = 34.02%
B = 37.57%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C0E6FE (or 0xC0E6FE) is known color: Pattens Blue. HEX triplet: C0, E6 and FE. RGB value is (192,230,254). Sum of RGB (Red+Green+Blue) = 192+230+254=676 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.40% from 676); Green value is 230 (90.23% from 255 or 34.02% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0E6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0E6FE is #3F1901. Grayscale: #DDDDDD. Windows color (decimal): -4135170 or 16705216. OLE color: 16705216.

HSL color Cylindrical-coordinate representation of color #C0E6FE: hue angle of 203.23º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0E6FE is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 192 230 254 -
CMYK 0.24 0.09 0 0.00
HSL 203.23º 0.97% 0.87% -
HSV(B) 203.23º 0.24% 1% -
XYZ 67.92 74.96 104.65 -
YUV 221.37 146.41 107.05 -
System Red Green Blue C M Y K H S L
Decimal 192 230 254 0.24 0.09 0 0.00 203.23 0.97 0.87
Hex C0 E6 FE 18 9 0 0 CB 61 57
Octal 300 346 376 30 11 0 0 313 141 127
Binary 11000000 11100110 11111110 11000 1001 0 0 11001011 1100001 1010111

Color Harmonies of #C0E6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E6FE

Black with #C0E6FE

Text Example


Text Example

White with #C0E6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E6FE; }

 p { color: rgb(192,230,254); }

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

background-color css

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

 a { background-color: rgb(192,230,254); }

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

border-color css

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

 span { border-color: rgb(192,230,254); }

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