Html Css Color HEX #C2E0FE Pattens Blue

📋 copy color: '#C2E0FE'

red 194 ◦ green 224 ◦ blue 254

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

Shades of Pattens Blue #C2E0FE

Tints of Pattens Blue #C2E0FE

RGB

 RED value IS 194 (76.17% from 255) = 28.87%

 GREEN value IS 224 (87.89% from 255) = 33.33%

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

R = 28.87%
G = 33.33%
B = 37.8%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C2E0FE (or 0xC2E0FE) is known color: Pattens Blue. HEX triplet: C2, E0 and FE. RGB value is (194,224,254). Sum of RGB (Red+Green+Blue) = 194+224+254=672 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.87% from 672); Green value is 224 (87.89% from 255 or 33.33% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2E0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2E0FE is #3D1F01. Grayscale: #DADADA. Windows color (decimal): -4005634 or 16703682. OLE color: 16703682.

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

Color convert

RGB 194 224 254 -
CMYK 0.24 0.12 0 0.00
HSL 210º 0.97% 0.88% -
HSV(B) 210º 0.24% 1% -
XYZ 66.79 71.94 104.13 -
YUV 218.45 148.06 110.56 -
System Red Green Blue C M Y K H S L
Decimal 194 224 254 0.24 0.12 0 0.00 210 0.97 0.88
Hex C2 E0 FE 18 C 0 0 D2 61 58
Octal 302 340 376 30 14 0 0 322 141 130
Binary 11000010 11100000 11111110 11000 1100 0 0 11010010 1100001 1011000

Color Harmonies of #C2E0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E0FE

Black with #C2E0FE

Text Example


Text Example

White with #C2E0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E0FE; }

 p { color: rgb(194,224,254); }

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

background-color css

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

 a { background-color: rgb(194,224,254); }

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

border-color css

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

 span { border-color: rgb(194,224,254); }

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