Html Css Color HEX #C6EAFC Pattens Blue

📋 copy color: '#C6EAFC'

red 198 ◦ green 234 ◦ blue 252

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

Shades of Pattens Blue #C6EAFC

Tints of Pattens Blue #C6EAFC

RGB

 RED value IS 198 (77.73% from 255) = 28.95%

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

 BLUE value IS 252 (98.83% from 255) = 36.84%

R = 28.95%
G = 34.21%
B = 36.84%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C6EAFC (or 0xC6EAFC) is known color: Pattens Blue. HEX triplet: C6, EA and FC. RGB value is (198,234,252). Sum of RGB (Red+Green+Blue) = 198+234+252=684 (90% of max value = 765). Red value is 198 (77.73% from 255 or 28.95% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6EAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6EAFC is #391503. Grayscale: #E1E1E1. Windows color (decimal): -3740932 or 16575174. OLE color: 16575174.

HSL color Cylindrical-coordinate representation of color #C6EAFC: hue angle of 200º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6EAFC is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 234 252 -
CMYK 0.21 0.07 0 0.01
HSL 200º 0.9% 0.88% -
HSV(B) 200º 0.21% 0.99% -
XYZ 70.28 77.88 103.42 -
YUV 225.29 143.07 108.54 -
System Red Green Blue C M Y K H S L
Decimal 198 234 252 0.21 0.07 0 0.01 200 0.9 0.88
Hex C6 EA FC 15 7 0 1 C8 5A 58
Octal 306 352 374 25 7 0 1 310 132 130
Binary 11000110 11101010 11111100 10101 111 0 1 11001000 1011010 1011000

Color Harmonies of #C6EAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6EAFC

Black with #C6EAFC

Text Example


Text Example

White with #C6EAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6EAFC; }

 p { color: rgb(198,234,252); }

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

background-color css

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

 a { background-color: rgb(198,234,252); }

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

border-color css

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

 span { border-color: rgb(198,234,252); }

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