Html Css Color HEX #CBDCFA Hawkes Blue

📋 copy color: '#CBDCFA'

red 203 ◦ green 220 ◦ blue 250

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

Shades of Hawkes Blue #CBDCFA

Tints of Hawkes Blue #CBDCFA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.69%

 BLUE value IS 250 (98.05% from 255) = 37.15%

R = 30.16%
G = 32.69%
B = 37.15%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CBDCFA (or 0xCBDCFA) is known color: Hawkes Blue. HEX triplet: CB, DC and FA. RGB value is (203,220,250). Sum of RGB (Red+Green+Blue) = 203+220+250=673 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.16% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBDCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDCFA is #342305. Grayscale: #DADADA. Windows color (decimal): -3416838 or 16440523. OLE color: 16440523.

HSL color Cylindrical-coordinate representation of color #CBDCFA: hue angle of 218.3º 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 #CBDCFA is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 220 250 -
CMYK 0.19 0.12 0 0.02
HSL 218.3º 0.82% 0.89% -
HSV(B) 218.3º 0.19% 0.98% -
XYZ 67.48 70.79 100.55 -
YUV 218.34 145.87 117.06 -
System Red Green Blue C M Y K H S L
Decimal 203 220 250 0.19 0.12 0 0.02 218.3 0.82 0.89
Hex CB DC FA 13 C 0 2 DA 52 59
Octal 313 334 372 23 14 0 2 332 122 131
Binary 11001011 11011100 11111010 10011 1100 0 10 11011010 1010010 1011001

Color Harmonies of #CBDCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDCFA

Black with #CBDCFA

Text Example


Text Example

White with #CBDCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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