Html Css Color HEX #7BCFF0 Sky Blue

📋 copy color: '#7BCFF0'

red 123 ◦ green 207 ◦ blue 240

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

Shades of Sky Blue #7BCFF0

Tints of Sky Blue #7BCFF0

RGB

 RED value IS 123 (48.44% from 255) = 21.58%

 GREEN value IS 207 (81.25% from 255) = 36.32%

 BLUE value IS 240 (94.14% from 255) = 42.11%

R = 21.58%
G = 36.32%
B = 42.11%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7BCFF0 (or 0x7BCFF0) is known color: Sky Blue. HEX triplet: 7B, CF and F0. RGB value is (123,207,240). Sum of RGB (Red+Green+Blue) = 123+207+240=570 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.58% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #7BCFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BCFF0 is #84300F. Grayscale: #B9B9B9. Windows color (decimal): -8663056 or 15781755. OLE color: 15781755.

HSL color Cylindrical-coordinate representation of color #7BCFF0: hue angle of 196.92º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BCFF0 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 123 207 240 -
CMYK 0.49 0.14 0 0.06
HSL 196.92º 0.8% 0.71% -
HSV(B) 196.92º 0.49% 0.94% -
XYZ 46.21 55.13 90.64 -
YUV 185.65 158.67 83.32 -
System Red Green Blue C M Y K H S L
Decimal 123 207 240 0.49 0.14 0 0.06 196.92 0.8 0.71
Hex 7B CF F0 31 E 0 6 C5 50 47
Octal 173 317 360 61 16 0 6 305 120 107
Binary 1111011 11001111 11110000 110001 1110 0 110 11000101 1010000 1000111

Color Harmonies of #7BCFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCFF0

Black with #7BCFF0

Text Example


Text Example

White with #7BCFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BCFF0; }

 p { color: rgb(123,207,240); }

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

background-color css

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

 a { background-color: rgb(123,207,240); }

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

border-color css

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

 span { border-color: rgb(123,207,240); }

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