#CBF0FD

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

Shades of Pattens Blue #CBF0FD

Tints of Pattens Blue #CBF0FD

Color information

#CBF0FD (or 0xCBF0FD) is unknown color: approx Pattens Blue. HEX triplet: CB, F0 and FD. RGB value is (203,240,253). Sum of RGB (Red+Green+Blue) = 203+240+253=696 (92% of max value = 765). Red value is 203 (79.69% from 255 or 29.17% from 696); Green value is 240 (94.14% from 255 or 34.48% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBF0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF0FD is #340F02. Grayscale: #E6E6E6. Windows color (decimal): -3411715 or 16642251. OLE color: 16642251.

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

Color convert

RGB203240253-
CMYK0.200.0500.01
HSL195.6º92.59%89.41%-
HSV(B)195.6º19.76%99.22%-
XYZ73.5282.11104.9-
YUV230.42140.74108.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.17%
GREEN value IS 240 (94.14% from 255) = 34.48%
BLUE value IS 253 (99.22% from 255) = 36.35%
R=29.17%
G=34.48%
B=36.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032402530.200.0500.01195.692.5989.41
HexCBF0FD14501c45d59
Octal31336037524501304135131
Binary11001011111100001111110110100101011100010010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF0FD; }

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

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

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

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

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

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

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

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