Html Css Color HEX #C3E0F1 Pattens Blue

📋 copy color: '#C3E0F1'

red 195 ◦ green 224 ◦ blue 241

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

Shades of Pattens Blue #C3E0F1

Tints of Pattens Blue #C3E0F1

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.94%

 BLUE value IS 241 (94.53% from 255) = 36.52%

R = 29.55%
G = 33.94%
B = 36.52%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C3E0F1 (or 0xC3E0F1) is known color: Pattens Blue. HEX triplet: C3, E0 and F1. RGB value is (195,224,241). Sum of RGB (Red+Green+Blue) = 195+224+241=660 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.55% from 660); Green value is 224 (87.89% from 255 or 33.94% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #C3E0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3E0F1 is #3C1F0E. Grayscale: #D9D9D9. Windows color (decimal): -3940111 or 15851715. OLE color: 15851715.

HSL color Cylindrical-coordinate representation of color #C3E0F1: hue angle of 202.17º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3E0F1 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 224 241 -
CMYK 0.19 0.07 0 0.05
HSL 202.17º 0.62% 0.85% -
HSV(B) 202.17º 0.19% 0.95% -
XYZ 65.04 71.26 93.55 -
YUV 217.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 195 224 241 0.19 0.07 0 0.05 202.17 0.62 0.85
Hex C3 E0 F1 13 7 0 5 CA 3E 55
Octal 303 340 361 23 7 0 5 312 76 125
Binary 11000011 11100000 11110001 10011 111 0 101 11001010 111110 1010101

Color Harmonies of #C3E0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E0F1

Black with #C3E0F1

Text Example


Text Example

White with #C3E0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E0F1; }

 p { color: rgb(195,224,241); }

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

background-color css

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

 a { background-color: rgb(195,224,241); }

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

border-color css

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

 span { border-color: rgb(195,224,241); }

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