#CBEFFF

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

Shades of Pattens Blue #CBEFFF

Tints of Pattens Blue #CBEFFF

Color information

#CBEFFF (or 0xCBEFFF) is unknown color: approx Pattens Blue. HEX triplet: CB, EF and FF. RGB value is (203,239,255). Sum of RGB (Red+Green+Blue) = 203+239+255=697 (92% of max value = 765). Red value is 203 (79.69% from 255 or 29.12% from 697); Green value is 239 (93.75% from 255 or 34.29% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBEFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEFFF is #341000. Grayscale: #E5E5E5. Windows color (decimal): -3411969 or 16773067. OLE color: 16773067.

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

Color convert

RGB203239255-
CMYK0.200.0600
HSL198.46º100%89.8%-
HSV(B)198.46º20.39%100%-
XYZ73.5581.65106.49-
YUV230.06142.07108.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.12%
GREEN value IS 239 (93.75% from 255) = 34.29%
BLUE value IS 255 (100% from 255) = 36.59%
R=29.12%
G=34.29%
B=36.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032392550.200.0600198.4610089.8
HexCBEFFF14600c6645a
Octal31335737724600306144132
Binary11001011111011111111111110100110001100011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEFFF; }

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

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

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

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

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

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

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

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