Html Css Color HEX #C3EAFC Pattens Blue

📋 copy color: '#C3EAFC'

red 195 ◦ green 234 ◦ blue 252

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

Shades of Pattens Blue #C3EAFC

Tints of Pattens Blue #C3EAFC

RGB

 RED value IS 195 (76.56% from 255) = 28.63%

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

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

R = 28.63%
G = 34.36%
B = 37%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C3EAFC (or 0xC3EAFC) is known color: Pattens Blue. HEX triplet: C3, EA and FC. RGB value is (195,234,252). Sum of RGB (Red+Green+Blue) = 195+234+252=681 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.63% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3EAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EAFC is #3C1503. Grayscale: #E0E0E0. Windows color (decimal): -3937540 or 16575171. OLE color: 16575171.

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

Color convert

RGB 195 234 252 -
CMYK 0.23 0.07 0 0.01
HSL 198.95º 0.9% 0.88% -
HSV(B) 198.95º 0.23% 0.99% -
XYZ 69.5 77.48 103.39 -
YUV 224.39 143.58 107.04 -
System Red Green Blue C M Y K H S L
Decimal 195 234 252 0.23 0.07 0 0.01 198.95 0.9 0.88
Hex C3 EA FC 17 7 0 1 C7 5A 58
Octal 303 352 374 27 7 0 1 307 132 130
Binary 11000011 11101010 11111100 10111 111 0 1 11000111 1011010 1011000

Color Harmonies of #C3EAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3EAFC

Black with #C3EAFC

Text Example


Text Example

White with #C3EAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3EAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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