#CBEBFD

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

Shades of Pattens Blue #CBEBFD

Tints of Pattens Blue #CBEBFD

Color information

#CBEBFD (or 0xCBEBFD) is unknown color: approx Pattens Blue. HEX triplet: CB, EB and FD. RGB value is (203,235,253). Sum of RGB (Red+Green+Blue) = 203+235+253=691 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.38% from 691); Green value is 235 (92.19% from 255 or 34.01% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBEBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEBFD is #341402. Grayscale: #E3E3E3. Windows color (decimal): -3412995 or 16640971. OLE color: 16640971.

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

Color convert

RGB203235253-
CMYK0.200.0700.01
HSL201.6º92.59%89.41%-
HSV(B)201.6º19.76%99.22%-
XYZ72.0779.21104.42-
YUV227.48142.4110.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.38%
GREEN value IS 235 (92.19% from 255) = 34.01%
BLUE value IS 253 (99.22% from 255) = 36.61%
R=29.38%
G=34.01%
B=36.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032352530.200.0700.01201.692.5989.41
HexCBEBFD14701ca5d59
Octal31335337524701312135131
Binary11001011111010111111110110100111011100101010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEBFD; }

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

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

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

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

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

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

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

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