#CBEFFE

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

Shades of Pattens Blue #CBEFFE

Tints of Pattens Blue #CBEFFE

Color information

#CBEFFE (or 0xCBEFFE) is unknown color: approx Pattens Blue. HEX triplet: CB, EF and FE. RGB value is (203,239,254). Sum of RGB (Red+Green+Blue) = 203+239+254=696 (92% of max value = 765). Red value is 203 (79.69% from 255 or 29.17% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBEFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEFFE is #341001. Grayscale: #E5E5E5. Windows color (decimal): -3411970 or 16707531. OLE color: 16707531.

HSL color Cylindrical-coordinate representation of color #CBEFFE: hue angle of 197.65º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBEFFE is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB203239254-
CMYK0.200.0600.00
HSL197.65º96.23%89.61%-
HSV(B)197.65º20.08%99.61%-
XYZ73.3881.59105.65-
YUV229.95141.57108.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.17%
GREEN value IS 239 (93.75% from 255) = 34.34%
BLUE value IS 254 (99.61% from 255) = 36.49%
R=29.17%
G=34.34%
B=36.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2032392540.200.0600.00197.6596.2389.61
HexCBEFFE14600c6605a
Octal31335737624600306140132
Binary11001011111011111111111010100110001100011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEFFE; }

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

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

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

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

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

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

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

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