Html Css Color HEX #CBDFF5 Pattens Blue

📋 copy color: '#CBDFF5'

red 203 ◦ green 223 ◦ blue 245

#CBDFF5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pattens Blue #CBDFF5

Tints of Pattens Blue #CBDFF5

RGB

 RED value IS 203 (79.69% from 255) = 30.25%

 GREEN value IS 223 (87.5% from 255) = 33.23%

 BLUE value IS 245 (96.09% from 255) = 36.51%

R = 30.25%
G = 33.23%
B = 36.51%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CBDFF5 (or 0xCBDFF5) is known color: Pattens Blue. HEX triplet: CB, DF and F5. RGB value is (203,223,245). Sum of RGB (Red+Green+Blue) = 203+223+245=671 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.25% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 245 - color contains mainly: blue. Hex color #CBDFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDFF5 is #34200A. Grayscale: #DBDBDB. Windows color (decimal): -3416075 or 16113611. OLE color: 16113611.

HSL color Cylindrical-coordinate representation of color #CBDFF5: hue angle of 211.43º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBDFF5 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 223 245 -
CMYK 0.17 0.09 0 0.04
HSL 211.43º 0.68% 0.88% -
HSV(B) 211.43º 0.17% 0.96% -
XYZ 67.5 72.06 96.74 -
YUV 219.53 142.37 116.21 -
System Red Green Blue C M Y K H S L
Decimal 203 223 245 0.17 0.09 0 0.04 211.43 0.68 0.88
Hex CB DF F5 11 9 0 4 D3 44 58
Octal 313 337 365 21 11 0 4 323 104 130
Binary 11001011 11011111 11110101 10001 1001 0 100 11010011 1000100 1011000

Color Harmonies of #CBDFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDFF5

Black with #CBDFF5

Text Example


Text Example

White with #CBDFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDFF5; }

 p { color: rgb(203,223,245); }

 H1.HeaderClassName
 {
   color: #CBDFF5;
 }
 .AnyTagClassName
 {
   color: #CBDFF5;
 }
</style>

background-color css

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

 a { background-color: rgb(203,223,245); }

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

border-color css

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

 span { border-color: rgb(203,223,245); }

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