Html Css Color HEX #C2E5FB Pattens Blue

📋 copy color: '#C2E5FB'

red 194 ◦ green 229 ◦ blue 251

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

Shades of Pattens Blue #C2E5FB

Tints of Pattens Blue #C2E5FB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.98%

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

R = 28.78%
G = 33.98%
B = 37.24%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C2E5FB (or 0xC2E5FB) is known color: Pattens Blue. HEX triplet: C2, E5 and FB. RGB value is (194,229,251). Sum of RGB (Red+Green+Blue) = 194+229+251=674 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.78% from 674); Green value is 229 (89.84% from 255 or 33.98% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2E5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2E5FB is #3D1A04. Grayscale: #DCDCDC. Windows color (decimal): -4004357 or 16508354. OLE color: 16508354.

HSL color Cylindrical-coordinate representation of color #C2E5FB: hue angle of 203.16º 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 #C2E5FB is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 229 251 -
CMYK 0.23 0.09 0 0.02
HSL 203.16º 0.88% 0.87% -
HSV(B) 203.16º 0.23% 0.98% -
XYZ 67.68 74.47 102.07 -
YUV 221.04 144.9 108.71 -
System Red Green Blue C M Y K H S L
Decimal 194 229 251 0.23 0.09 0 0.02 203.16 0.88 0.87
Hex C2 E5 FB 17 9 0 2 CB 58 57
Octal 302 345 373 27 11 0 2 313 130 127
Binary 11000010 11100101 11111011 10111 1001 0 10 11001011 1011000 1010111

Color Harmonies of #C2E5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E5FB

Black with #C2E5FB

Text Example


Text Example

White with #C2E5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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