Html Css Color HEX #C2E3FB Pattens Blue

📋 copy color: '#C2E3FB'

red 194 ◦ green 227 ◦ blue 251

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

Shades of Pattens Blue #C2E3FB

Tints of Pattens Blue #C2E3FB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.78%

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

R = 28.87%
G = 33.78%
B = 37.35%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C2E3FB (or 0xC2E3FB) is known color: Pattens Blue. HEX triplet: C2, E3 and FB. RGB value is (194,227,251). Sum of RGB (Red+Green+Blue) = 194+227+251=672 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.87% from 672); Green value is 227 (89.06% from 255 or 33.78% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2E3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2E3FB is #3D1C04. Grayscale: #DBDBDB. Windows color (decimal): -4004869 or 16507842. OLE color: 16507842.

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

Color convert

RGB 194 227 251 -
CMYK 0.23 0.10 0 0.02
HSL 205.26º 0.88% 0.87% -
HSV(B) 205.26º 0.23% 0.98% -
XYZ 67.13 73.37 101.89 -
YUV 219.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 194 227 251 0.23 0.10 0 0.02 205.26 0.88 0.87
Hex C2 E3 FB 17 A 0 2 CD 58 57
Octal 302 343 373 27 12 0 2 315 130 127
Binary 11000010 11100011 11111011 10111 1010 0 10 11001101 1011000 1010111

Color Harmonies of #C2E3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E3FB

Black with #C2E3FB

Text Example


Text Example

White with #C2E3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E3FB; }

 p { color: rgb(194,227,251); }

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

background-color css

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

 a { background-color: rgb(194,227,251); }

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

border-color css

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

 span { border-color: rgb(194,227,251); }

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