#CBEFFD

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

Shades of Pattens Blue #CBEFFD

Tints of Pattens Blue #CBEFFD

Color information

#CBEFFD (or 0xCBEFFD) is unknown color: approx Pattens Blue. HEX triplet: CB, EF and FD. RGB value is (203,239,253). Sum of RGB (Red+Green+Blue) = 203+239+253=695 (92% of max value = 765). Red value is 203 (79.69% from 255 or 29.21% from 695); Green value is 239 (93.75% from 255 or 34.39% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBEFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEFFD is #341002. Grayscale: #E5E5E5. Windows color (decimal): -3411971 or 16641995. OLE color: 16641995.

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

Color convert

RGB203239253-
CMYK0.200.0600.01
HSL196.8º92.59%89.41%-
HSV(B)196.8º19.76%99.22%-
XYZ73.2281.52104.8-
YUV229.83141.07108.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.21%
GREEN value IS 239 (93.75% from 255) = 34.39%
BLUE value IS 253 (99.22% from 255) = 36.40%
R=29.21%
G=34.39%
B=36.40%

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
Decimal2032392530.200.0600.01196.892.5989.41
HexCBEFFD14601c55d59
Octal31335737524601305135131
Binary11001011111011111111110110100110011100010110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEFFD; }

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

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

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

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

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

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

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

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