Html Css Color HEX #C3DFF1 Pattens Blue

📋 copy color: '#C3DFF1'

red 195 ◦ green 223 ◦ blue 241

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

Shades of Pattens Blue #C3DFF1

Tints of Pattens Blue #C3DFF1

RGB

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

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

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

R = 29.59%
G = 33.84%
B = 36.57%

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

#C3DFF1 (or 0xC3DFF1) is known color: Pattens Blue. HEX triplet: C3, DF and F1. RGB value is (195,223,241). Sum of RGB (Red+Green+Blue) = 195+223+241=659 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.59% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 241 (94.53% from 255 or 36.57% from 659); Max value from RGB is 241 - color contains mainly: blue. Hex color #C3DFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DFF1 is #3C200E. Grayscale: #D8D8D8. Windows color (decimal): -3940367 or 15851459. OLE color: 15851459.

HSL color Cylindrical-coordinate representation of color #C3DFF1: hue angle of 203.48º 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 #C3DFF1 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 223 241 -
CMYK 0.19 0.07 0 0.05
HSL 203.48º 0.62% 0.85% -
HSV(B) 203.48º 0.19% 0.95% -
XYZ 64.77 70.73 93.46 -
YUV 216.68 141.72 112.54 -
System Red Green Blue C M Y K H S L
Decimal 195 223 241 0.19 0.07 0 0.05 203.48 0.62 0.85
Hex C3 DF F1 13 7 0 5 CB 3E 55
Octal 303 337 361 23 7 0 5 313 76 125
Binary 11000011 11011111 11110001 10011 111 0 101 11001011 111110 1010101

Color Harmonies of #C3DFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DFF1

Black with #C3DFF1

Text Example


Text Example

White with #C3DFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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