Html Css Color HEX #C2DFFE Pattens Blue

📋 copy color: '#C2DFFE'

red 194 ◦ green 223 ◦ blue 254

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

Shades of Pattens Blue #C2DFFE

Tints of Pattens Blue #C2DFFE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.23%

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

R = 28.91%
G = 33.23%
B = 37.85%

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

#C2DFFE (or 0xC2DFFE) is known color: Pattens Blue. HEX triplet: C2, DF and FE. RGB value is (194,223,254). Sum of RGB (Red+Green+Blue) = 194+223+254=671 (88% of max value = 765). Red value is 194 (76.17% from 255 or 28.91% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2DFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DFFE is #3D2001. Grayscale: #D9D9D9. Windows color (decimal): -4005890 or 16703426. OLE color: 16703426.

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

Color convert

RGB 194 223 254 -
CMYK 0.24 0.12 0 0.00
HSL 211º 0.97% 0.88% -
HSV(B) 211º 0.24% 1% -
XYZ 66.53 71.4 104.04 -
YUV 217.86 148.39 110.98 -
System Red Green Blue C M Y K H S L
Decimal 194 223 254 0.24 0.12 0 0.00 211 0.97 0.88
Hex C2 DF FE 18 C 0 0 D3 61 58
Octal 302 337 376 30 14 0 0 323 141 130
Binary 11000010 11011111 11111110 11000 1100 0 0 11010011 1100001 1011000

Color Harmonies of #C2DFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DFFE

Black with #C2DFFE

Text Example


Text Example

White with #C2DFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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