#CBEDFD

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

Shades of Pattens Blue #CBEDFD

Tints of Pattens Blue #CBEDFD

Color information

#CBEDFD (or 0xCBEDFD) is unknown color: approx Pattens Blue. HEX triplet: CB, ED and FD. RGB value is (203,237,253). Sum of RGB (Red+Green+Blue) = 203+237+253=693 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.29% from 693); Green value is 237 (92.97% from 255 or 34.20% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBEDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEDFD is #341202. Grayscale: #E4E4E4. Windows color (decimal): -3412483 or 16641483. OLE color: 16641483.

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

Color convert

RGB203237253-
CMYK0.200.0600.01
HSL199.2º92.59%89.41%-
HSV(B)199.2º19.76%99.22%-
XYZ72.6480.36104.61-
YUV228.66141.74109.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.29%
GREEN value IS 237 (92.97% from 255) = 34.20%
BLUE value IS 253 (99.22% from 255) = 36.51%
R=29.29%
G=34.20%
B=36.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032372530.200.0600.01199.292.5989.41
HexCBEDFD14601c75d59
Octal31335537524601307135131
Binary11001011111011011111110110100110011100011110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDFD; }

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

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

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

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

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

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

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

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