#C0DFF1

Color #C0DFF1 Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #C0DFF1

Tints of Pattens Blue #C0DFF1

Color information

#C0DFF1 (or 0xC0DFF1) is unknown color: approx Pattens Blue. HEX triplet: C0, DF and F1. RGB value is (192,223,241). Sum of RGB (Red+Green+Blue) = 192+223+241=656 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.27% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 241 - color contains mainly: blue. Hex color #C0DFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DFF1 is #3F200E. Grayscale: #D7D7D7. Windows color (decimal): -4136975 or 15851456. OLE color: 15851456.

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

Color convert

RGB192223241-
CMYK0.200.0700.05
HSL202.04º63.64%84.9%-
HSV(B)202.04º20.33%94.51%-
XYZ6470.3393.42-
YUV215.78142.23111.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.27%
GREEN value IS 223 (87.5% from 255) = 33.99%
BLUE value IS 241 (94.53% from 255) = 36.74%
R=29.27%
G=33.99%
B=36.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922232410.200.0700.05202.0463.6484.9
HexC0DFF114705ca4055
Octal30033736124705312100125
Binary1100000011011111111100011010011101011100101010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DFF1; }

 p { color: rgb(192,223,241); }

 H1.HeaderClassName
 {
   color: #C0DFF1;
 }
 .AnyTagClassName
 {
   color: #C0DFF1;
 }
</style>
background-color css

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

 a { background-color: rgb(192,223,241); }

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

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

 span { border-color: rgb(192,223,241); }

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