Html Css Color HEX #C0E1FC Pattens Blue

📋 copy color: '#C0E1FC'

red 192 ◦ green 225 ◦ blue 252

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

Shades of Pattens Blue #C0E1FC

Tints of Pattens Blue #C0E1FC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.63%

 BLUE value IS 252 (98.83% from 255) = 37.67%

R = 28.7%
G = 33.63%
B = 37.67%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C0E1FC (or 0xC0E1FC) is known color: Pattens Blue. HEX triplet: C0, E1 and FC. RGB value is (192,225,252). Sum of RGB (Red+Green+Blue) = 192+225+252=669 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.70% from 669); Green value is 225 (88.28% from 255 or 33.63% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0E1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E1FC is #3F1E03. Grayscale: #DADADA. Windows color (decimal): -4136452 or 16572864. OLE color: 16572864.

HSL color Cylindrical-coordinate representation of color #C0E1FC: hue angle of 207º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0E1FC is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 225 252 -
CMYK 0.24 0.11 0 0.01
HSL 207º 0.91% 0.87% -
HSV(B) 207º 0.24% 0.99% -
XYZ 66.23 72.09 102.52 -
YUV 218.21 147.07 109.3 -
System Red Green Blue C M Y K H S L
Decimal 192 225 252 0.24 0.11 0 0.01 207 0.91 0.87
Hex C0 E1 FC 18 B 0 1 CF 5B 57
Octal 300 341 374 30 13 0 1 317 133 127
Binary 11000000 11100001 11111100 11000 1011 0 1 11001111 1011011 1010111

Color Harmonies of #C0E1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E1FC

Black with #C0E1FC

Text Example


Text Example

White with #C0E1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E1FC; }

 p { color: rgb(192,225,252); }

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

background-color css

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

 a { background-color: rgb(192,225,252); }

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

border-color css

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

 span { border-color: rgb(192,225,252); }

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