Html Css Color HEX #C2DBF1 Pattens Blue

📋 copy color: '#C2DBF1'

red 194 ◦ green 219 ◦ blue 241

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

Shades of Pattens Blue #C2DBF1

Tints of Pattens Blue #C2DBF1

RGB

 RED value IS 194 (76.17% from 255) = 29.66%

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

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

R = 29.66%
G = 33.49%
B = 36.85%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C2DBF1 (or 0xC2DBF1) is known color: Pattens Blue. HEX triplet: C2, DB and F1. RGB value is (194,219,241). Sum of RGB (Red+Green+Blue) = 194+219+241=654 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.66% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #C2DBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DBF1 is #3D240E. Grayscale: #D5D5D5. Windows color (decimal): -4006927 or 15850434. OLE color: 15850434.

HSL color Cylindrical-coordinate representation of color #C2DBF1: hue angle of 208.09º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2DBF1 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 219 241 -
CMYK 0.20 0.09 0 0.05
HSL 208.09º 0.63% 0.85% -
HSV(B) 208.09º 0.2% 0.95% -
XYZ 63.46 68.48 93.09 -
YUV 214.03 143.22 113.71 -
System Red Green Blue C M Y K H S L
Decimal 194 219 241 0.20 0.09 0 0.05 208.09 0.63 0.85
Hex C2 DB F1 14 9 0 5 D0 3F 55
Octal 302 333 361 24 11 0 5 320 77 125
Binary 11000010 11011011 11110001 10100 1001 0 101 11010000 111111 1010101

Color Harmonies of #C2DBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DBF1

Black with #C2DBF1

Text Example


Text Example

White with #C2DBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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