Html Css Color HEX #C1DEF3 Pattens Blue

📋 copy color: '#C1DEF3'

red 193 ◦ green 222 ◦ blue 243

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

Shades of Pattens Blue #C1DEF3

Tints of Pattens Blue #C1DEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.93%

R = 29.33%
G = 33.74%
B = 36.93%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C1DEF3 (or 0xC1DEF3) is known color: Pattens Blue. HEX triplet: C1, DE and F3. RGB value is (193,222,243). Sum of RGB (Red+Green+Blue) = 193+222+243=658 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.33% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 243 - color contains mainly: blue. Hex color #C1DEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DEF3 is #3E210C. Grayscale: #D7D7D7. Windows color (decimal): -4071693 or 15982273. OLE color: 15982273.

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

Color convert

RGB 193 222 243 -
CMYK 0.21 0.09 0 0.05
HSL 205.2º 0.68% 0.85% -
HSV(B) 205.2º 0.21% 0.95% -
XYZ 64.29 70.05 94.93 -
YUV 215.72 143.39 111.79 -
System Red Green Blue C M Y K H S L
Decimal 193 222 243 0.21 0.09 0 0.05 205.2 0.68 0.85
Hex C1 DE F3 15 9 0 5 CD 44 55
Octal 301 336 363 25 11 0 5 315 104 125
Binary 11000001 11011110 11110011 10101 1001 0 101 11001101 1000100 1010101

Color Harmonies of #C1DEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DEF3

Black with #C1DEF3

Text Example


Text Example

White with #C1DEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DEF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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