Html Css Color HEX #C1DFFF Pattens Blue

📋 copy color: '#C1DFFF'

red 193 ◦ green 223 ◦ blue 255

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

Shades of Pattens Blue #C1DFFF

Tints of Pattens Blue #C1DFFF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.23%

 BLUE value IS 255 (100% from 255) = 38%

R = 28.76%
G = 33.23%
B = 38%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C1DFFF (or 0xC1DFFF) is known color: Pattens Blue. HEX triplet: C1, DF and FF. RGB value is (193,223,255). Sum of RGB (Red+Green+Blue) = 193+223+255=671 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.76% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1DFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DFFF is #3E2000. Grayscale: #D9D9D9. Windows color (decimal): -4071425 or 16768961. OLE color: 16768961.

HSL color Cylindrical-coordinate representation of color #C1DFFF: hue angle of 210.97º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1DFFF is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 193 223 255 -
CMYK 0.24 0.13 0 0
HSL 210.97º 1% 0.88% -
HSV(B) 210.97º 0.24% 1% -
XYZ 66.43 71.33 104.88 -
YUV 217.68 149.06 110.4 -
System Red Green Blue C M Y K H S L
Decimal 193 223 255 0.24 0.13 0 0 210.97 1 0.88
Hex C1 DF FF 18 D 0 0 D3 64 58
Octal 301 337 377 30 15 0 0 323 144 130
Binary 11000001 11011111 11111111 11000 1101 0 0 11010011 1100100 1011000

Color Harmonies of #C1DFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DFFF

Black with #C1DFFF

Text Example


Text Example

White with #C1DFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DFFF; }

 p { color: rgb(193,223,255); }

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

background-color css

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

 a { background-color: rgb(193,223,255); }

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

border-color css

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

 span { border-color: rgb(193,223,255); }

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