Html Css Color HEX #C1DEF2 Pattens Blue

📋 copy color: '#C1DEF2'

red 193 ◦ green 222 ◦ blue 242

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

Shades of Pattens Blue #C1DEF2

Tints of Pattens Blue #C1DEF2

RGB

 RED value IS 193 (75.78% from 255) = 29.38%

 GREEN value IS 222 (87.11% from 255) = 33.79%

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

R = 29.38%
G = 33.79%
B = 36.83%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C1DEF2 (or 0xC1DEF2) is known color: Pattens Blue. HEX triplet: C1, DE and F2. RGB value is (193,222,242). Sum of RGB (Red+Green+Blue) = 193+222+242=657 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.38% from 657); Green value is 222 (87.11% from 255 or 33.79% 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 #C1DEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DEF2 is #3E210D. Grayscale: #D7D7D7. Windows color (decimal): -4071694 or 15916737. OLE color: 15916737.

HSL color Cylindrical-coordinate representation of color #C1DEF2: hue angle of 204.49º degrees, saturation: 0.65, 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 #C1DEF2 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 193 222 242 -
CMYK 0.20 0.08 0 0.05
HSL 204.49º 0.65% 0.85% -
HSV(B) 204.49º 0.2% 0.95% -
XYZ 64.14 69.99 94.13 -
YUV 215.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 193 222 242 0.20 0.08 0 0.05 204.49 0.65 0.85
Hex C1 DE F2 14 8 0 5 CC 41 55
Octal 301 336 362 24 10 0 5 314 101 125
Binary 11000001 11011110 11110010 10100 1000 0 101 11001100 1000001 1010101

Color Harmonies of #C1DEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DEF2

Black with #C1DEF2

Text Example


Text Example

White with #C1DEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DEF2; }

 p { color: rgb(193,222,242); }

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

background-color css

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

 a { background-color: rgb(193,222,242); }

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

border-color css

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

 span { border-color: rgb(193,222,242); }

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