Html Css Color HEX #C2E2FC Pattens Blue

📋 copy color: '#C2E2FC'

red 194 ◦ green 226 ◦ blue 252

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

Shades of Pattens Blue #C2E2FC

Tints of Pattens Blue #C2E2FC

RGB

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

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

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

R = 28.87%
G = 33.63%
B = 37.5%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C2E2FC (or 0xC2E2FC) is known color: Pattens Blue. HEX triplet: C2, E2 and FC. RGB value is (194,226,252). Sum of RGB (Red+Green+Blue) = 194+226+252=672 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.87% from 672); Green value is 226 (88.67% from 255 or 33.63% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2E2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2E2FC is #3D1D03. Grayscale: #DBDBDB. Windows color (decimal): -4005124 or 16573122. OLE color: 16573122.

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

Color convert

RGB 194 226 252 -
CMYK 0.23 0.10 0 0.01
HSL 206.9º 0.91% 0.87% -
HSV(B) 206.9º 0.23% 0.99% -
XYZ 67.02 72.89 102.63 -
YUV 219.4 146.4 109.89 -
System Red Green Blue C M Y K H S L
Decimal 194 226 252 0.23 0.10 0 0.01 206.9 0.91 0.87
Hex C2 E2 FC 17 A 0 1 CF 5B 57
Octal 302 342 374 27 12 0 1 317 133 127
Binary 11000010 11100010 11111100 10111 1010 0 1 11001111 1011011 1010111

Color Harmonies of #C2E2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E2FC

Black with #C2E2FC

Text Example


Text Example

White with #C2E2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E2FC; }

 p { color: rgb(194,226,252); }

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

background-color css

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

 a { background-color: rgb(194,226,252); }

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

border-color css

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

 span { border-color: rgb(194,226,252); }

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