Html Css Color HEX #C3DBF1 Pattens Blue

📋 copy color: '#C3DBF1'

red 195 ◦ green 219 ◦ blue 241

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

Shades of Pattens Blue #C3DBF1

Tints of Pattens Blue #C3DBF1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.44%

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

R = 29.77%
G = 33.44%
B = 36.79%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C3DBF1 (or 0xC3DBF1) is known color: Pattens Blue. HEX triplet: C3, DB and F1. RGB value is (195,219,241). Sum of RGB (Red+Green+Blue) = 195+219+241=655 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.77% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 241 - color contains mainly: blue. Hex color #C3DBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DBF1 is #3C240E. Grayscale: #D6D6D6. Windows color (decimal): -3941391 or 15850435. OLE color: 15850435.

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

Color convert

RGB 195 219 241 -
CMYK 0.19 0.09 0 0.05
HSL 208.7º 0.62% 0.85% -
HSV(B) 208.7º 0.19% 0.95% -
XYZ 63.71 68.62 93.11 -
YUV 214.33 143.05 114.21 -
System Red Green Blue C M Y K H S L
Decimal 195 219 241 0.19 0.09 0 0.05 208.7 0.62 0.85
Hex C3 DB F1 13 9 0 5 D1 3E 55
Octal 303 333 361 23 11 0 5 321 76 125
Binary 11000011 11011011 11110001 10011 1001 0 101 11010001 111110 1010101

Color Harmonies of #C3DBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DBF1

Black with #C3DBF1

Text Example


Text Example

White with #C3DBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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