#CBEAFF

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

Shades of Pattens Blue #CBEAFF

Tints of Pattens Blue #CBEAFF

Color information

#CBEAFF (or 0xCBEAFF) is unknown color: approx Pattens Blue. HEX triplet: CB, EA and FF. RGB value is (203,234,255). Sum of RGB (Red+Green+Blue) = 203+234+255=692 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.34% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBEAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEAFF is #341500. Grayscale: #E3E3E3. Windows color (decimal): -3413249 or 16771787. OLE color: 16771787.

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

Color convert

RGB203234255-
CMYK0.200.0800
HSL204.23º100%89.8%-
HSV(B)204.23º20.39%100%-
XYZ72.178.76106.01-
YUV227.12143.73110.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.34%
GREEN value IS 234 (91.80% from 255) = 33.82%
BLUE value IS 255 (100% from 255) = 36.85%
R=29.34%
G=33.82%
B=36.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032342550.200.0800204.2310089.8
HexCBEAFF14800cc645a
Octal313352377241000314144132
Binary110010111110101011111111101001000001100110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEAFF; }

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

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

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

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

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

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

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

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