#CBEAFC

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

Shades of Pattens Blue #CBEAFC

Tints of Pattens Blue #CBEAFC

Color information

#CBEAFC (or 0xCBEAFC) is unknown color: approx Pattens Blue. HEX triplet: CB, EA and FC. RGB value is (203,234,252). Sum of RGB (Red+Green+Blue) = 203+234+252=689 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.46% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBEAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEAFC is #341503. Grayscale: #E2E2E2. Windows color (decimal): -3413252 or 16575179. OLE color: 16575179.

HSL color Cylindrical-coordinate representation of color #CBEAFC: hue angle of 202.04º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBEAFC is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB203234252-
CMYK0.190.0700.01
HSL202.04º89.09%89.22%-
HSV(B)202.04º19.44%98.82%-
XYZ71.6278.57103.49-
YUV226.78142.23111.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.46%
GREEN value IS 234 (91.80% from 255) = 33.96%
BLUE value IS 252 (98.83% from 255) = 36.57%
R=29.46%
G=33.96%
B=36.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032342520.190.0700.01202.0489.0989.22
HexCBEAFC13701ca5959
Octal31335237423701312131131
Binary11001011111010101111110010011111011100101010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEAFC; }

 p { color: rgb(203,234,252); }

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

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

 a { background-color: rgb(203,234,252); }

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

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

 span { border-color: rgb(203,234,252); }

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