Html Css Color HEX #C2EAFF Pattens Blue

📋 copy color: '#C2EAFF'

red 194 ◦ green 234 ◦ blue 255

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

Shades of Pattens Blue #C2EAFF

Tints of Pattens Blue #C2EAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.26%

 BLUE value IS 255 (100% from 255) = 37.34%

R = 28.4%
G = 34.26%
B = 37.34%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C2EAFF (or 0xC2EAFF) is known color: Pattens Blue. HEX triplet: C2, EA and FF. RGB value is (194,234,255). Sum of RGB (Red+Green+Blue) = 194+234+255=683 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.40% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EAFF is #3D1500. Grayscale: #E0E0E0. Windows color (decimal): -4003073 or 16771778. OLE color: 16771778.

HSL color Cylindrical-coordinate representation of color #C2EAFF: hue angle of 200.66º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2EAFF is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 194 234 255 -
CMYK 0.24 0.08 0 0
HSL 200.66º 1% 0.88% -
HSV(B) 200.66º 0.24% 1% -
XYZ 69.72 77.53 105.9 -
YUV 224.43 145.25 106.29 -
System Red Green Blue C M Y K H S L
Decimal 194 234 255 0.24 0.08 0 0 200.66 1 0.88
Hex C2 EA FF 18 8 0 0 C9 64 58
Octal 302 352 377 30 10 0 0 311 144 130
Binary 11000010 11101010 11111111 11000 1000 0 0 11001001 1100100 1011000

Color Harmonies of #C2EAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EAFF

Black with #C2EAFF

Text Example


Text Example

White with #C2EAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EAFF; }

 p { color: rgb(194,234,255); }

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

background-color css

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

 a { background-color: rgb(194,234,255); }

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

border-color css

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

 span { border-color: rgb(194,234,255); }

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