Html Css Color HEX #C0E2FB Pattens Blue

📋 copy color: '#C0E2FB'

red 192 ◦ green 226 ◦ blue 251

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

Shades of Pattens Blue #C0E2FB

Tints of Pattens Blue #C0E2FB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.78%

 BLUE value IS 251 (98.44% from 255) = 37.52%

R = 28.7%
G = 33.78%
B = 37.52%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0E2FB (or 0xC0E2FB) is known color: Pattens Blue. HEX triplet: C0, E2 and FB. RGB value is (192,226,251). Sum of RGB (Red+Green+Blue) = 192+226+251=669 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.70% from 669); Green value is 226 (88.67% from 255 or 33.78% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0E2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E2FB is #3F1D04. Grayscale: #DADADA. Windows color (decimal): -4136197 or 16507584. OLE color: 16507584.

HSL color Cylindrical-coordinate representation of color #C0E2FB: hue angle of 205.42º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0E2FB is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 226 251 -
CMYK 0.24 0.10 0 0.02
HSL 205.42º 0.88% 0.87% -
HSV(B) 205.42º 0.24% 0.98% -
XYZ 66.35 72.56 101.78 -
YUV 218.68 146.24 108.97 -
System Red Green Blue C M Y K H S L
Decimal 192 226 251 0.24 0.10 0 0.02 205.42 0.88 0.87
Hex C0 E2 FB 18 A 0 2 CD 58 57
Octal 300 342 373 30 12 0 2 315 130 127
Binary 11000000 11100010 11111011 11000 1010 0 10 11001101 1011000 1010111

Color Harmonies of #C0E2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E2FB

Black with #C0E2FB

Text Example


Text Example

White with #C0E2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E2FB; }

 p { color: rgb(192,226,251); }

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

background-color css

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

 a { background-color: rgb(192,226,251); }

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

border-color css

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

 span { border-color: rgb(192,226,251); }

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