Html Css Color HEX #C4DBF2 Pattens Blue

📋 copy color: '#C4DBF2'

red 196 ◦ green 219 ◦ blue 242

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

Shades of Pattens Blue #C4DBF2

Tints of Pattens Blue #C4DBF2

RGB

 RED value IS 196 (76.95% from 255) = 29.83%

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

 BLUE value IS 242 (94.92% from 255) = 36.83%

R = 29.83%
G = 33.33%
B = 36.83%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C4DBF2 (or 0xC4DBF2) is known color: Pattens Blue. HEX triplet: C4, DB and F2. RGB value is (196,219,242). Sum of RGB (Red+Green+Blue) = 196+219+242=657 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.83% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 242 (94.92% from 255 or 36.83% from 657); Max value from RGB is 242 - color contains mainly: blue. Hex color #C4DBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DBF2 is #3B240D. Grayscale: #D6D6D6. Windows color (decimal): -3875854 or 15915972. OLE color: 15915972.

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

Color convert

RGB 196 219 242 -
CMYK 0.19 0.10 0 0.05
HSL 210º 0.64% 0.86% -
HSV(B) 210º 0.19% 0.95% -
XYZ 64.12 68.81 93.91 -
YUV 214.75 143.38 114.63 -
System Red Green Blue C M Y K H S L
Decimal 196 219 242 0.19 0.10 0 0.05 210 0.64 0.86
Hex C4 DB F2 13 A 0 5 D2 40 56
Octal 304 333 362 23 12 0 5 322 100 126
Binary 11000100 11011011 11110010 10011 1010 0 101 11010010 1000000 1010110

Color Harmonies of #C4DBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DBF2

Black with #C4DBF2

Text Example


Text Example

White with #C4DBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DBF2; }

 p { color: rgb(196,219,242); }

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

background-color css

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

 a { background-color: rgb(196,219,242); }

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

border-color css

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

 span { border-color: rgb(196,219,242); }

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