#CBF0FF

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

Shades of Pattens Blue #CBF0FF

Tints of Pattens Blue #CBF0FF

Color information

#CBF0FF (or 0xCBF0FF) is unknown color: approx Pattens Blue. HEX triplet: CB, F0 and FF. RGB value is (203,240,255). Sum of RGB (Red+Green+Blue) = 203+240+255=698 (92% of max value = 765). Red value is 203 (79.69% from 255 or 29.08% from 698); Green value is 240 (94.14% from 255 or 34.38% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBF0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF0FF is #340F00. Grayscale: #E6E6E6. Windows color (decimal): -3411713 or 16773323. OLE color: 16773323.

HSL color Cylindrical-coordinate representation of color #CBF0FF: hue angle of 197.31º 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 #CBF0FF is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB203240255-
CMYK0.200.0600
HSL197.31º100%89.8%-
HSV(B)197.31º20.39%100%-
XYZ73.8482.24106.59-
YUV230.65141.74108.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.08%
GREEN value IS 240 (94.14% from 255) = 34.38%
BLUE value IS 255 (100% from 255) = 36.53%
R=29.08%
G=34.38%
B=36.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032402550.200.0600197.3110089.8
HexCBF0FF14600c5645a
Octal31336037724600305144132
Binary11001011111100001111111110100110001100010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF0FF; }

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

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

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

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

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

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

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

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