#CBEDFA

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

Shades of Pattens Blue #CBEDFA

Tints of Pattens Blue #CBEDFA

Color information

#CBEDFA (or 0xCBEDFA) is unknown color: approx Pattens Blue. HEX triplet: CB, ED and FA. RGB value is (203,237,250). Sum of RGB (Red+Green+Blue) = 203+237+250=690 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.42% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBEDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEDFA is #341205. Grayscale: #E4E4E4. Windows color (decimal): -3412486 or 16444875. OLE color: 16444875.

HSL color Cylindrical-coordinate representation of color #CBEDFA: hue angle of 196.6º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBEDFA is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203237250-
CMYK0.190.0500.02
HSL196.6º82.46%88.82%-
HSV(B)196.6º18.8%98.04%-
XYZ72.1780.17102.11-
YUV228.32140.24109.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.42%
GREEN value IS 237 (92.97% from 255) = 34.35%
BLUE value IS 250 (98.05% from 255) = 36.23%
R=29.42%
G=34.35%
B=36.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032372500.190.0500.02196.682.4688.82
HexCBEDFA13502c55259
Octal31335537223502305122131
Binary110010111110110111111010100111010101100010110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDFA; }

 p { color: rgb(203,237,250); }

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

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

 a { background-color: rgb(203,237,250); }

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

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

 span { border-color: rgb(203,237,250); }

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