#CBEDFF

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

Shades of Pattens Blue #CBEDFF

Tints of Pattens Blue #CBEDFF

Color information

#CBEDFF (or 0xCBEDFF) is unknown color: approx Pattens Blue. HEX triplet: CB, ED and FF. RGB value is (203,237,255). Sum of RGB (Red+Green+Blue) = 203+237+255=695 (92% of max value = 765). Red value is 203 (79.69% from 255 or 29.21% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBEDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEDFF is #341200. Grayscale: #E4E4E4. Windows color (decimal): -3412481 or 16772555. OLE color: 16772555.

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

Color convert

RGB203237255-
CMYK0.200.0700
HSL200.77º100%89.8%-
HSV(B)200.77º20.39%100%-
XYZ72.9680.48106.3-
YUV228.89142.74109.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.21%
GREEN value IS 237 (92.97% from 255) = 34.10%
BLUE value IS 255 (100% from 255) = 36.69%
R=29.21%
G=34.10%
B=36.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032372550.200.0700200.7710089.8
HexCBEDFF14700c9645a
Octal31335537724700311144132
Binary11001011111011011111111110100111001100100111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDFF; }

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

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

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

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

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

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

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

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