Html Css Color HEX #C2E5FE Pattens Blue

📋 copy color: '#C2E5FE'

red 194 ◦ green 229 ◦ blue 254

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

Shades of Pattens Blue #C2E5FE

Tints of Pattens Blue #C2E5FE

RGB

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

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

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

R = 28.66%
G = 33.83%
B = 37.52%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C2E5FE (or 0xC2E5FE) is known color: Pattens Blue. HEX triplet: C2, E5 and FE. RGB value is (194,229,254). Sum of RGB (Red+Green+Blue) = 194+229+254=677 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.66% from 677); Green value is 229 (89.84% from 255 or 33.83% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2E5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2E5FE is #3D1A01. Grayscale: #DDDDDD. Windows color (decimal): -4004354 or 16704962. OLE color: 16704962.

HSL color Cylindrical-coordinate representation of color #C2E5FE: hue angle of 205º 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 #C2E5FE is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 194 229 254 -
CMYK 0.24 0.10 0 0.00
HSL 205º 0.97% 0.88% -
HSV(B) 205º 0.24% 1% -
XYZ 68.16 74.66 104.59 -
YUV 221.39 146.4 108.47 -
System Red Green Blue C M Y K H S L
Decimal 194 229 254 0.24 0.10 0 0.00 205 0.97 0.88
Hex C2 E5 FE 18 A 0 0 CD 61 58
Octal 302 345 376 30 12 0 0 315 141 130
Binary 11000010 11100101 11111110 11000 1010 0 0 11001101 1100001 1011000

Color Harmonies of #C2E5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E5FE

Black with #C2E5FE

Text Example


Text Example

White with #C2E5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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