Html Css Color HEX #C0E6FD Pattens Blue

📋 copy color: '#C0E6FD'

red 192 ◦ green 230 ◦ blue 253

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

Shades of Pattens Blue #C0E6FD

Tints of Pattens Blue #C0E6FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.48%

R = 28.44%
G = 34.07%
B = 37.48%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C0E6FD (or 0xC0E6FD) is known color: Pattens Blue. HEX triplet: C0, E6 and FD. RGB value is (192,230,253). Sum of RGB (Red+Green+Blue) = 192+230+253=675 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.44% from 675); Green value is 230 (90.23% from 255 or 34.07% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0E6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0E6FD is #3F1902. Grayscale: #DDDDDD. Windows color (decimal): -4135171 or 16639680. OLE color: 16639680.

HSL color Cylindrical-coordinate representation of color #C0E6FD: hue angle of 202.62º degrees, saturation: 0.94, 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 #C0E6FD is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 230 253 -
CMYK 0.24 0.09 0 0.01
HSL 202.62º 0.94% 0.87% -
HSV(B) 202.62º 0.24% 0.99% -
XYZ 67.76 74.89 103.81 -
YUV 221.26 145.91 107.13 -
System Red Green Blue C M Y K H S L
Decimal 192 230 253 0.24 0.09 0 0.01 202.62 0.94 0.87
Hex C0 E6 FD 18 9 0 1 CB 5E 57
Octal 300 346 375 30 11 0 1 313 136 127
Binary 11000000 11100110 11111101 11000 1001 0 1 11001011 1011110 1010111

Color Harmonies of #C0E6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E6FD

Black with #C0E6FD

Text Example


Text Example

White with #C0E6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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