#CBF1FF

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

Shades of Pattens Blue #CBF1FF

Tints of Pattens Blue #CBF1FF

Color information

#CBF1FF (or 0xCBF1FF) is unknown color: approx Pattens Blue. HEX triplet: CB, F1 and FF. RGB value is (203,241,255). Sum of RGB (Red+Green+Blue) = 203+241+255=699 (92% of max value = 765). Red value is 203 (79.69% from 255 or 29.04% from 699); Green value is 241 (94.53% from 255 or 34.48% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBF1FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF1FF is #340E00. Grayscale: #E7E7E7. Windows color (decimal): -3411457 or 16773579. OLE color: 16773579.

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

Color convert

RGB203241255-
CMYK0.200.0500
HSL196.15º100%89.8%-
HSV(B)196.15º20.39%100%-
XYZ74.1382.83106.69-
YUV231.23141.41107.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.04%
GREEN value IS 241 (94.53% from 255) = 34.48%
BLUE value IS 255 (100% from 255) = 36.48%
R=29.04%
G=34.48%
B=36.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032412550.200.0500196.1510089.8
HexCBF1FF14500c4645a
Octal31336137724500304144132
Binary11001011111100011111111110100101001100010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF1FF; }

 p { color: rgb(203,241,255); }

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

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

 a { background-color: rgb(203,241,255); }

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

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

 span { border-color: rgb(203,241,255); }

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