#CBEEFD

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

Shades of Pattens Blue #CBEEFD

Tints of Pattens Blue #CBEEFD

Color information

#CBEEFD (or 0xCBEEFD) is unknown color: approx Pattens Blue. HEX triplet: CB, EE and FD. RGB value is (203,238,253). Sum of RGB (Red+Green+Blue) = 203+238+253=694 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.25% from 694); Green value is 238 (93.36% from 255 or 34.29% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBEEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEEFD is #341102. Grayscale: #E5E5E5. Windows color (decimal): -3412227 or 16641739. OLE color: 16641739.

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

Color convert

RGB203238253-
CMYK0.200.0600.01
HSL198º92.59%89.41%-
HSV(B)198º19.76%99.22%-
XYZ72.9380.94104.71-
YUV229.24141.4109.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.25%
GREEN value IS 238 (93.36% from 255) = 34.29%
BLUE value IS 253 (99.22% from 255) = 36.46%
R=29.25%
G=34.29%
B=36.46%

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
Decimal2032382530.200.0600.0119892.5989.41
HexCBEEFD14601c65d59
Octal31335637524601306135131
Binary11001011111011101111110110100110011100011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEEFD; }

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

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

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

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

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

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

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

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